Table Description
MotivationResult: The result of running a motivation. A motivation is a type of process that a citizen may want to perform from the Universal Access portal. Motivations provide the infrastructure to allow a customer to add custom processes to the portal, for example, Apply For Healthcare. A motivation type consists of an IEG script, a datastore schema, a rule set to process the data collected in the IEG script and display rules to display the results of the rule set execution. This entity represents the results achieved by running a motivation type which is created by or on behalf of a client in order to achieve a particular goal such as finding healthcare. In the main, the life cycle of a motivation conforms to the following basic pattern:
  • Collect data from the user
  • Execute rules based on the collected data
  • Display results based on the rules execution
  • Perform follow on actions
The execution of the rule set leads to the creation of a MotivationResult record.

Example

Motivations can be used to add a process that allows a citizen to Apply For Healthcare. The motivation result entity stores the results of a citizen's application for healthcare.
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::CitizenWorkspace::Entity::Motivations::MotivationResult
Controlling File: CitizenWorkspace\model\Packages\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
motivationResultIDkeynoUnique identifier of this record.INTERNAL_ID SVR_INT64
recordStatusdetailsnoStatus of this link record i.e. Active or Cancelled.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
motivationIDdetailsnoThe Motivation associated with this MotivationResult.INTERNAL_ID SVR_INT64
rootEntityIDdetailsyesRoot entity for the results data store.INTERNAL_ID SVR_INT64
linkedStringIDdetailsyesThe linked string associated with this MotivationResult.INTERNAL_ID SVR_INT64
Foreign Keys (3)
ChildParent
MotivationResult.rootEntityIDDatastoreEntity.entityID
MotivationResult.linkedStringIDLinkedString.linkedStringID
MotivationResult.motivationIDMotivation.motivationID
Indices (3)
Index NameAttributes
IND_1551353981motivationID
IND__368349812rootEntityID
IND_185282929linkedStringID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: motivationResultID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readByMotivationIDnsread   
readByMotivationIDAndRecordStatusnsread   
removeremove Standard Operation 
Related Pages (1)