UseCase : display “Approved By” (completer) value, identity name in the workgroup who approved the access request in Track Request Interaction section.
by following the UI Config document, added below line item in “uiIdentityRequestInteractionsColumns” section. The filed is displayed but no values are displayed.
Tried by running, Full text index and other jobs but no value is displayed for new or existing access request. Verified the xml from debug that value exist for the IdentityRequest object.
Any suggestions/recommendation on what additional config that requires to show the value?
The task responsible for updating those objects is the Perform Identity Request Maintenance.
As to why the column isn’t populated, usually that is a case where the property reference is incorrect (either the attribute itself isn’t correct, or it’s an Object and you need to reference an object property like completer.displayName). Have you checked the IdentityRequest object XML via the debug page to see what’s available for that section?
Available Objects: ApprovalSummary (from IdentityRequest "approvalSummaries" Attributes map entry)
I did a bit of tinkering in my sandbox but couldn’t seem to get that property either. Unfortunately I don’t have bandwidth to dig much deeper into this issue, but it’s possible that the desired property might not be available via simple reference.