SAILPOINT-CERTIFIED-IDENTITYIQ-ENGINEER · Question #113
Can the following IdentitylQ object be extended to store client-specific data by updating the corresponding .HBM file? Solution: WorkItem
The correct answer is B. No. In SailPoint IdentityIQ, certain objects are designed to be extended by updating their corresponding Hibernate Mapping (.HBM) files. However, the WorkItem object is not one of these extendable objects. The WorkItem is a system object that primarily represents tasks or actions…
Question
Can the following IdentitylQ object be extended to store client-specific data by updating the corresponding .HBM file? Solution: WorkItem
Options
- AYes
- BNo
How the community answered
(50 responses)- A26% (13)
- B74% (37)
Explanation
In SailPoint IdentityIQ, certain objects are designed to be extended by updating their corresponding Hibernate Mapping (.HBM) files. However, the WorkItem object is not one of these extendable objects. The WorkItem is a system object that primarily represents tasks or actions that need to be processed within the workflow. It is not intended to store client-specific data through direct modification of its .HBM file. Instead, client-specific data should be handled using other mechanisms, such as custom attributes or the extension of Identity or Account objects. Attempting to modify the WorkItem object's HBM file could lead to unexpected behavior and is not supported by SailPoint's best practices. SailPoint IdentityIQ Object Model Documentation
Topics
Community Discussion
No community discussion yet for this question.