Hi,
I need to add 5 years to a second field when I have a value > 500 $ in another filed
- I create a dynamic action
- when - Event:Lose focus; selection type: Item(s); Item: Date1
- Client-side condition - Type: Item > Value; Item: Invoice_value > 500
- In the branch "True".
- Settings - Set type: PL/SQL Expression; PL/SQL Expression date2 := add_months(date1,60);
This is my problem: Set type: PL/SQL Expression; PL/SQL Expression date2 := add_months(date1,60);
I don't know which is the correct syntax to do this.
Thanks for the help.