Table Description
Results Page Action: An action which can be displayed on the motivation results page. Actions can be presented to a citizen on the motivation results page for a particular motivation result state. For example, if the status of a result is Ready to Enrol, an action of Enrol can be configured for display to the citizen.
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::CitizenWorkspaceAdmin::Entity::ResultsPage::ResultsPageAction
Controlling File: CitizenWorkspaceAdmin\model\Packages\Entity\ResultsPageAction.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
resultsPageActionIDkeynoUnique identifier for this record.INTERNAL_ID SVR_INT64
uridetailsyesThe URI associated with this ResultsPageAction.CLIENT_PAGE_URL SVR_STRING<254>
nameIDdetailsnoThe name of this ResultsPageAction which will be displayed to the user.LOCALIZABLE_TEXT_ID SVR_INT64
descriptionIDdetailsnoThe description of this ResultsPageAction which will be displayed to the user.LOCALIZABLE_TEXT_ID SVR_INT64
recordStatusdetailsnoThe status of this record, i.e. Active or Cancelled.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
statedetailsnoDescribes the state of the ResultsPageAction as defined in the ResultsPageAction code table.RESULTS_PAGE_ACTION_STATEResultsPageActionStateSVR_STRING<10>
typedetailsnoThe type of this ResultsPageAction that dictates how this action behaves on the results page. A type of CURRENTMOTVIATIONACTION launches the result action's URI on the existing results page via a transition. A type of NEWMOTIVATIONACTION launches a new motivation, leaving the results page.RESULT_PAGE_ACTION_TYPEResultPageActionTypeSVR_STRING<10>
parameterReferencedetailsyesThe parameter reference works in conjunction with the type to pass a reference to the action as it is launched. This is currently only applicable to actions of type NEWMOTIVATIONACTION, where the parameter reference is the reference from the MotivationType representing the type of Motivation that should be launched by this result action.RESULT_PAGE_ACTION_PARAMETER_REFERENCE SVR_STRING<50>
Foreign Keys (2)
ChildParent
ResultsPageAction.descriptionIDLocalizableText.localizableTextID
ResultsPageAction.nameIDLocalizableText.localizableTextID
Indices (2)
Index NameAttributes
IND__815479053descriptionID
IND__670645366nameID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: resultsPageActionID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
searchByStatusreadmulti   
searchByStatusAndStatereadmulti   
Related Pages (3)