I have a WF which sets a couple of fields on a Jou...
# suiteflow
n
I have a WF which sets a couple of fields on a Journal header, works as expected on New Create & Edit. If the users uses Copy from another JE to create a new JE, then the workflow is not executing to update the fields. Fair enough I guess, so I moved the update fields to beforeSubmit & afterSubmit neither of which work. Once the copied journal has been created and I look at the Workflow history, the workflow was not executed at all on copy create. Is there a WF setting I'm missing to allow execution on Copy? (My workaround will be to have a scheduled update to pickup anything missed on the Copy.)
k
Look at context fields - there's definitely an option to have one work on copy.
n
Looks to be an Event Type. To see the Copy Event type I need to select a specific Trigger Type. ie Before Record Load instead of my current All. Need to go back and review the WF as I am using multiple triggers.