- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2015 10:58 PM
Hi All,
I have a display business rule in which I am capturing the previous value of "Assignment Group" and "Assigned To" field in a scratchpad.The business rule runs only when state value is "Active".
This scratchpad value is then passed to client side UI action. The issue is that I am getting same value in "Current." and "Previous." functions. Anyone faced this type of issue before.
Regards,
Sachin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2015 11:15 PM
Thank You Guys...We had a lookup table which had this values defined. I was trying to avoid Gliderecord but finally went with the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2021 03:24 AM
Hello Pradeep,
I have a business rule written on insert and delete, when I am running the rule onBefore the previous value is null but when it is made OnAfter the previous value is same as current value.
I have checked on PDI as well and it is not a expected behavior, Do you have any idea on this?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2015 11:15 PM
Thank You Guys...We had a lookup table which had this values defined. I was trying to avoid Gliderecord but finally went with the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 01:20 AM
How did you wrote your glide record there? can you please mention?
I want to store previous values from the form, can you help me here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2016 05:47 AM
amol..we could not store the previous values. We just had another reference table that could be used for same purpose so we used it.