Nested IF/OR Field Mapping in Fusion Module
Hi Fusion Community,
I have an update module with a field mapping where I want to create an OR statement with two IF's.
I have it set up as such, thus far:
Raw text
{{if((268.`DE:Last Month’s Revenue to be Recognized` + 239.`DE:Total Revenue Recognized To Date`) - 477.`DE:Total Committed Price_Asset` > 0; 0; 268.`DE:Last Month’s Revenue to be Recognized`) | if((268.`DE:Last Month’s Revenue to be Recognized` + 239.`DE:Total Revenue Recognized To Date`) - 477.`DE:Total Committed Price_Asset` < 0 & 1.`DE:Program Status` = "Completed"; 0; 268.`DE:Last Month’s Revenue to be Recognized`)}}
Screen shot of module field mapping

This OR expression doesn't seem to be working. Maybe because the OR is an expression?
Anyone have any idea how I can make this an OR statement?
Thanks,
Nick