Table Description
Citizen Communications: Holds the details for communication records chosen for send by mail option. When a citizen chooses to receive the selected communication in their citizen account through the regular mail, the entry gets updated in this entity.

Example

James Smith logs into the citizen account and selects to receive the selected communication in their citizen account through the regular mail. Then the communication will be marked with the request by having an entry in this entity which can be processed later according to the need.
Model Details
Location in Model: Logical View::MetaModel::Curam::CitizenAccount::Entity::CitizenCommunicationSendByMailTracker::CitizenCommSendByPostTracker
Controlling File: CitizenWorkspace\model\Packages\CitizenAccount\CitizenAccount.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
communicationIDdetailsnoUnique identifier of the corresponding communication record.COMMUNICATION_ID SVR_INT64
requestedDateTimedetailsyesStores the date and time of the request madeCURAM_DATETIME SVR_DATETIME
citizenCommSendByPostTrackerIDkeynoUnique identifier for this record.INTERNAL_ID SVR_INT64
communicationPostStatusdetails  COMMUNICATION_POST_STATUSCommunicationPostStatusSVR_STRING<10>
Operations (5)
OperationStereotypeOptionsDescriptionSQL
searchdByConcernRoleIDUsingCommunicationIDnsmulti Lists all the CitizenCommunicationSendByMailTracker related to a concern role, the concernrole will be found by using communication id.SQL
insertinsertAUTO_ID: citizenCommSendByPostTrackerID
Standard Operation 
modifymodify Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
Related Pages (0)