Question
4
Replies
1283
Views
PEGA
Posted: June 25, 2019
Last activity: June 25, 2019
Closed
Setting a property to null in a when rule
Hi,
Could you please tell if these two conditions in a when rule look for the same;
1- Setting a property equal to null by entering "" (double quotes) on right side of the equation, i.e. .pyName = ""
2- Entering no values on the second value side of an equation, i.e. .pyName =
Would these two things work for the same purpose of checking if a property is null?
Thanks,
Nazem
Hello,
I don't think those two will be setting null to your property. Can you explain why you actually need to do this?