Solved
Im using declare expressions as well as declarative networks in my Case type.When I run the case(Save and Run), its showing me error(Attached below).When i delete the declare expression rules,my case is running without error.What would be the reason for this?How to overcome this?
I'm using declare expressions as well as declarative networks in my Case type.When I run the case(Save and Run), its showing me error(Attached below).When i delete the declare expression rules,my case is running without error.What would be the reason for this?How to overcome this?
@SindhuN
Hi,
The target property is a single value mode property. Both the source and target properties are similar type.
The calculation is happening at run time. Instead of calculating at each top page level, it is summing all the amounts of all top pages.