Hello Experts,
We are using BPC 7.5 M sp04, I am writing a code in script logic and would like to check the value on an Account before procedding e.g.
If Account is "PARTIAL_PERIOD_HC" so I would like to check in script logic "If Account is PARTIAL_PERIOD_HC and if its value is greater than 1" then only code should proceed, to achieve this I have written:
*WHEN ACCOUNTDIM
*IS PARTIAL_PERIOD_HC
*WHEN %VALUE%
*IS > 1
Rec Statement
*ENDWHEN
*ENDWHEN
Is this code is correct for the objective i want to achieve or is there any other better way.
Please Advice
Thanks & Regards,
Rohit