Table Description
Resource Evidence: Resource evidence details for a household.
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::Income Support Screening::Service Layer::Entity::ISResourceEvidence::ISResourceEvidence
Controlling File: ISScreening\model\Packages\Service Layer\Entity\ISResourceEvidence_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
isResourceEvidenceIDkeynoThe system generated unique identifier of a ResourceEvidence record.IS_RESOURCE_EVIDENCE_ID SVR_INT64
participantRoleIDdetailsyesThe concernRoleID of the household member for whom the ResourceEvidence is recorded.CONCERN_ROLE_ID SVR_INT64
assetTypeCodedetails The type of resource owned by the household member.IS_ASSET_TYPEAssetTypeCodeSVR_STRING<10>
resourceAmountdetails The value of the resource.CURAM_AMOUNT SVR_MONEY
resourceAmountOweddetails The amount owed on the resource.CURAM_AMOUNT SVR_MONEY
Foreign Keys (1)
ChildParent
ISResourceEvidence.participantRoleIDConcernRole.concernRoleID
Indices (1)
Index NameAttributes
IND__1892486476participantRoleID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: isResourceEvidenceID
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard Operation 
readByKeyParticipantRoleIDnsread To retrieve an ISResourceEvidence record for a specific household member. 
validateDetails  Validates the ISResourceEvidence details prior to insert and modify. 
Related Pages (12)