Previous and Current are showing same value in Business Rule. :(

sach1
Tera Guru

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

1 ACCEPTED SOLUTION

sach1
Tera Guru

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.


View solution in original post

8 REPLIES 8

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!

 

sach1
Tera Guru

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.


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?


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.