Question
2
Replies
121
Views
Virtusa
Posted: November 28, 2018
Last activity: November 29, 2018
Closed
Rule Reporting - Identify Property Values
Hi ,
Is there a way to buid a report which gives all the values assigned to a property .
ex :
Activity 1 - Set Property .pyTempText="Book"
Data Transaform 1 - Set Property .pyTempText="Mobile"
Activity 2 - Set Property .pyTempText="City"
Can we build a report to get the above 3 values assigned to pyTempText ?
***Edited by Moderator Marissa to update platform capability tags****
Hi,
Check if Field level auditing suits your requirement. This will add audit entries for each change. You can report on the history tables to get the values.
Let me know if this helps