Table Description
Case Audit Feedback: Represents the feedback provided by a user in relation to the findings of a particular case being audited.

This entity captures the feedback entered by a case owner or supervisor in relation to a particular case being audited.

Example

If the level of user involvement for an audit plan is set to either 'Provide Feedback' or 'Provide Feedback When Focus Area Not Satisfied', then the case owner and supervisor will each receive a task indicating that an audit has taken place on their case. They must then provide and complete feedback for this audit.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::CaseAudit::Entity::CaseAuditFeedback::CaseAuditFeedback
Controlling File: core\model\Packages\Reference Model\Service Layer\CaseAudit\Entity\CaseAuditFeedback_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
feedbackIDkeynoUnique reference number assigned by the system to a case audit feedback record.CASE_AUDIT_FEEDBACK_ID SVR_INT64
caseAuditIDdetails The identifier of the case audit relating to this feedback record.CASE_AUDIT_ID SVR_INT64
completeInddetails Indicates that the feedback has been completed.CURAM_INDICATOR SVR_BOOLEAN
usernamedetails The user who entered the feedback comments.USER_NAME SVR_STRING<64>
feedbackTextdetails Feedback information entered by a caseworker and/or supervisor. RICH_TEXT_DATA SVR_STRING<10000>
Indices (2)
Index NameAttributes
AuditFeedbackByCaseAuditIDxcaseAuditID
IND_1994434853username
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: feedbackID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByCaseAuditreadmulti Searches for all CaseAuditFeedback records for a given CaseAudit 
searchByCaseAuditAndUserNamereadmulti Method to search for feedback based on the case audit and username who entered it 
Related Pages (5)