25.04.2014, 18:31 | #1 |
Участник
|
Ax 2012 Workflow Conditions to process next step
Hi,
In WF there is Conditional decision element, with True and False branches. But it is not usable in cases, an example, when I need to check some field value and only move forward to next steps, if needed value is met. It could be done by True branche. But what to do with False branche? I don't need to do any actions in case of False. How to solve that kind of situation? Or should I use some other elements and other approach? Thanks. |
|
25.04.2014, 20:33 | #2 |
MCT
|
You could and should in that case pass link to the end of WF, cos if your condition return false (believe me, that may happens any time) system must do something. This is not X++, where you may stay unprocessed condition!
__________________
Axapta book for developer |
|
|
|