Question

Intel Technology India PVT Ltd
IN
Last activity: 16 May 2022 7:43 EDT
Field Level Auditing is displaying empty (--) records in Old Value and New Value has records
Hi Team,
I have a query regarding Field Level Auditing. We have already enabled Field Level Auditing and it is working fine for other updates.
However, I have written an activity to fetch the Case ID and then do Obj-Open and Map one of the property for testing purpose.
After mapping the property value (let's say "test123"), I am doing Obj-save and Call CommitwithErrorHandling in order to commit the new value into a property for specific case.
When I refresh the specific case, go to History >> Field History >> The New Value shows New Value for all the properties specified in the pyFieldLevelAuditing Data Transform along with updated value for one of the property in the same New Value Column.
However, the Old Value remains -- for every field. I have tested the same for multiple work objects and the properties have values set on the pyWorkPage.
Requirement: 1. The Old Value of properties should not be displayed --.
2. New value should audit only the properties, which have values changed after running the activity.
I can't provide screenshots of Activity.
Activity Steps:
Step-1: For each embedded Page in DataPage.pxResults
Child Step 1.1: Do Property-Set and Map Case Id from pxResults.
Step 1.2 : Do Obj-Open and acquire Lock, releaseonCommit are enabled. Pass the CaseID in Properties Name and Value (refer the CaseID Property Value from Property-Set)
Hi Team,
I have a query regarding Field Level Auditing. We have already enabled Field Level Auditing and it is working fine for other updates.
However, I have written an activity to fetch the Case ID and then do Obj-Open and Map one of the property for testing purpose.
After mapping the property value (let's say "test123"), I am doing Obj-save and Call CommitwithErrorHandling in order to commit the new value into a property for specific case.
When I refresh the specific case, go to History >> Field History >> The New Value shows New Value for all the properties specified in the pyFieldLevelAuditing Data Transform along with updated value for one of the property in the same New Value Column.
However, the Old Value remains -- for every field. I have tested the same for multiple work objects and the properties have values set on the pyWorkPage.
Requirement: 1. The Old Value of properties should not be displayed --.
2. New value should audit only the properties, which have values changed after running the activity.
I can't provide screenshots of Activity.
Activity Steps:
Step-1: For each embedded Page in DataPage.pxResults
Child Step 1.1: Do Property-Set and Map Case Id from pxResults.
Step 1.2 : Do Obj-Open and acquire Lock, releaseonCommit are enabled. Pass the CaseID in Properties Name and Value (refer the CaseID Property Value from Property-Set)
Step 1.3 : Do Property-Set and then map some value of any property for a work object.
Step-1.4: Obj-Save
Step-1.5 : Call CommitWithErrorhandling