Table Description
CitizenWorkspaceLocale: The Citizen Portal can be made available in many different languages. This entity records all of the languages that have been defined for a particular deployment of the Citizen Portal.
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::WorkspaceServices::Entity::Configuration::CitizenWorkspaceLocale::CitizenWorkspaceLocale
Controlling File: WorkspaceServices\model\Packages\Entity\CitizenWorkspaceLocale\CitizenWorkspaceLocale_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
citizenWorkspaceLocaleIDkeynoUnique identifier for this record.CITIZEN_WORKSPACE_LOCALE SVR_INT64
localeCodedetailsnoDefines the language to be used, e.g. en, fr etc.LOCALE_CODELocaleSVR_STRING<10>
displayNameTextIDdetailsnoThe name of the language that is displayed to the citizen, e.g. English, French etc.LOCALIZABLE_TEXT_ID SVR_INT64
imageIDdetailsnoAn image that represents the language. Typically the national flag of the country or region most associated with the language, e.g. a Union Jack.IMAGE_ID SVR_STRING<200>
recordStatusdetails The status of the record, Active or Cancelled.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
CitizenWorkspaceLocale.displayNameTextIDLocalizableText.localizableTextID
Indices (1)
Index NameAttributes
IND__1897701251displayNameTextID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: citizenWorkspaceLocaleID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByRecordStatusreadmulti Returns a list of locales and corresponding images for a specified status. 
Related Pages (4)