Discussion
How to customize the messages appearing in the Description column of the history section in the audit tab
Hello all,
I am trying to setup the Audit Sub tab in pyCaseContent in order to get the logs on changes made on the work object. I am using the pyCaseAudit for the same which uses pyCaseHistory. My question is regarding the History (pyCaseHisrtory and pyCaseHistoryContent) grid. So whenever a change is made to an object the description of this change appears in the Description column of this grid referenced using the pyMessageKey property. Can someone please tell me how to setup/modify these messages appearing under the Description column of the History grid? Thanks!
could you please refer: RULE-OBJ-FLOWACTION WORK- PYCASENARRATIVECONTENT
override the rule in app ruleset
create a wrapper activity for pzFetchSubcaseAttachments and call it in STEP 1 of wrapper activity
on load of pxResults either append (with required properties) or update the description.
otherwise, we need to create Link-Attachment objects for each & every audit note which would over load the table.