William Lim
03/05/2020, 3:35 PMdmashburn3
03/05/2020, 4:22 PMBrad Wentworth
03/05/2020, 4:33 PMSandii
03/05/2020, 4:39 PMWilliam Lim
03/05/2020, 5:13 PMWilliam Lim
03/05/2020, 5:14 PMBrad Wentworth
03/05/2020, 9:40 PMSandii
03/05/2020, 10:08 PM{debitfxamount} = {accountingtransaction.debitamount} * {exchangerate}
is. It kinda looks like you are trying to set the value of debitfxamount
, which you cannot do. If you just want that math returned, then remove the part to the left of =
.
To what dmashburn3 said, you need the ELSE to return something or it is a malformed equation.William Lim
03/05/2020, 10:32 PMSandii
03/05/2020, 10:34 PMSandii
03/05/2020, 10:34 PMWilliam Lim
03/06/2020, 12:39 PM