0

Is it possible to execute X++ code as a step in an Ax Workflow?

So after an approval happens, some arbitrary code gets executed, then the workflow continutes?

eg

  • Submit payment for approval.
  • Payment is approved by Bill.
  • Execute code that sends information about payment to another system
  • Continue workflow
4

1 に答える 1

0

Axeはこれにイベントを使用しているようです

http://msdn.microsoft.com/en-us/library/cc588240.aspx

于 2010-11-24T22:30:29.537 に答える