I have created a custom action event with a workflow to autopopulate the sales unit price value and put it in the CustomsValue field for customer order lines. This works fine as it modifies the value on creation of the line, but when creating a customer order from a quote, I get the error output
“Error occurred while processing the request: Unknown property used in expression, ${LineItemNo} Cause: Cannot resolve Identifier ‘LineItemNo’”
If I remove the LineItemNo field from the workflow and event action, it goes to LineNo, and if I remove that, it goes to OrderNo, consistently erroring out.
How can I format the workflow so it does not run into this error? I have the event set to get triggered “After”