Hi Experts,
I am facing a challenge writing conditional logic script in BPC NW 10.
I have to copy data from one account to other account by using logic script. for which, there are two conditions.
1. if the currency property of the GL_ACCOUNT1 is equal to the currency property of the entity in Entity dimension, then I just need
to copy the data of that GL_ACCOUNT1 to another GL_ACCOUNT2 (in brief, I dont need to translate, copy to other GL as it is)
Currency Property of Account Dimension= GL_CURRENCY
Currency Property of Entity Dimension= CURRENCY
GL codes, which I am using to copy
GL_ACCOUNT1= 1100111
GL_ACCOUNT2= 1100112
2. if the currency property of the GL_ACCOUNT1 is not equal to the currency property of the entity in Entity Dimension, then I need
to get the exchange rate of the currency of the entity of entity dimension from Rate Model and multiply with the GL_ACCOUNT1 and copy to
GL_ACCOUNT2. (in Brief, if condition is true, I need to translate and copy transaction data)
Please help me, if anyone has come across this type of condition requirement.
Note: I have gone through quite a few threads, and came to know about some conditional statements. But those could help me a little and still I am facing issues in that.
Regards,