Greetings!
I am building a new workflow configuration in order to control journals (starting with the movement journal, under the inventory module) in AX 2009. However, when I created the WorkflowTemplate, I forgot to give a value to the SubmitToWorkflowMenuItem property.
Obviously, I couldn't test the workflow because the "Submit" button wasn't there. So, I gave the right value to that property, saved and recompiled... but the button is still not being shown.
I've studied the code and figured out that the problem in the SysDictWorkflowTemplate class TreeNode method . When treeNode properties are verified (by the AOTgetProperties function), the loaded properties are the old ones, whose SubmitToWorkflowMenuItem had no value.
I used this function in a separated job just for testing purposes and it returned the right properties... It looks like the error ocurrs only within the class.
Does anyone know what I can do? I have already done and redone all the workflow objects and configurations twice (so, maybe it could "update" the informations), but nothing is happening...
Thanks in advance!
Luiz Bezerra