Question
Kl University
IN
Last activity: 12 Jun 2023 7:43 EDT
Track a work object using pxComparePages
Hi
I am aware that using pxComparePages we can compare two work objects but in my case i want to compare an updated version of a work object to that of the previous work object and show the difference in the UI.
May I know if it is possible. If yes please let me know how.
Thanks in advance.
@ASHRITHAS6938 pxcomparepages works in a way that it compares 2 pages and stores all the differences(old and new values) into pagelists. You just need to form 2 pages, 1 with old values and other 1 with new values. Then pass those 2 pages to the pxcomparepages activity. That will give you the results with the old and new values.