Can we make project budget to be auto approved if previous and current baselined amount is same.
Summary:
Client is having a requirement that project budget will be auto approved if budget version amount is equals to the previous baselined budget amount. This is the scenario where budget has been transferred from one task to another and hence overall budget remains same only.
I tried to achieve it using the below condition:
IF Payload Budget Amount Same or less than Current Baselined Versions Budget And
Current Baselined Versions Budget.toPlainString() isn't "Null"
Then Auto Approve
IF Payload Budget Amount More Than Current Baselined Versions Budget OR
Current Baselined Versions Budget.toPlainString() is "Null"
Then
User1
#Note: Haven't copied the exact logic strings for BPM rules
0