Help With Workflow Logic
I have a field, [<plBilling_Type_ITAG>], that I want to check a checkbox if it is equal to one of two values. These values are Complete Care or Complete Care with EasyPay.
On this field I have workflow condition on when modified record saved PRE('<plBilling_Type_ITAG>')<>
If this is true then I have my NO WAIT then my field update after wait on the checkbox field IIf([<plBilling_Type_ITAG>]=LookupValue("OCC_CUST_LOV_ACCOUNT_10", "Complete Care") OR [<plBilling_Type_ITAG>]=LookupValue("OCC_CUST_LOV_ACCOUNT_10", "Complete Care with EasyPay"), 'Y', 'N')