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.)