IFS version: IFS Cloud 24R1SU5
I have an event action (workflow) that I would like to activate when a custom attribute from an Event has certain values:
Custom attribute is titled “INVENTORY_FLAG” and defined below:
Purchase_Part_API.Get_Inventory_Flag(&NEW:CONTRACT, &NEW:PART_NO)
The possible values returned from this custom attribute are “Inventory Part”, “Non Inventory Part” or NULL. I would like the workflow to run when the value returned is “Non Inventory Part” or NULL. Will the following satisfy that? I worry about NULL...