Table Description
Web Address: Web Address is a standardized address name layout for a resource (such as a document or image) on the Internet (or other network). The address is known as a URL or Uniform Resource Locator.

From the concern home page a user will be able to maintain multiple web addresses for each concern of different types such as general services, education, employment, financial support, health, insurance, private or personal web address.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::WebAddress::Entity::WebAddress
Controlling File: core\model\Packages\Reference Model\Service Layer\WebAddress\WebAddress_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
AUDIT_FIELDSno
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
webAddressIDkeynoUnique reference number assigned to the Web address.WEB_ADDRESS_ID SVR_INT64
webAddressdetails A Web Address.WEB_ADDRESS SVR_STRING<100>
statusCodedetails Code table code describing the record status of the Web address record.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
commentsdetails Free text entered by the user.COMMENTS SVR_STRING<300>
Foreign Keys (4)
ChildParent
ConcernRole.primaryWebAddressIDWebAddress.webAddressID
ConcernRoleSnapshot.primaryWebAddressIDWebAddress.webAddressID
ConcernRoleWebAddress.webAddressIDWebAddress.webAddressID
ProviderServiceCenter.webAddressIDWebAddress.webAddressID
Operations (10)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: webAddressID
AUTO_ID_KEY: WEBADDR
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard Operation 
validateInsert  Validates web address details before inserting a web address record. 
validateModify  Validates web address details before modifying. 
validateCancel  Validates web address details before updating to 'canceled'. 
cancelnsmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Changes the status of the web address to 'cancelled' 
readStatusnsread Returns the status value. 
insertWebAddressinsert Standard Operation 
modifyWebAddressmodify This modify operation will be called while re-applying a change set in the target system. Entity level validations that will happen during a standard modify operation will not be applicable in this case. This modify operation will update all the attributes defined for this entity. 
Related Pages (23)