Hi!
How to interrupt a workflow rule?
There is a workflow rule for Contact that sends email on creation of contact. The task is to interrupt it for some conditions.
I try to create the Enhancement Implementation

And the stub code in VALIDATE_CONDITION.absl:
import AP.Workflow.Global;
var result : ConditionValidationResult;
var lvInputData = InputData.ConditionData;
result.ConditionIsInvalidIndicator = false;
return result;
Then I set breakpoint, turn on debug and create a Contact in UI but breakpoint did not work.
Am I on the right way? Or it is needed to do something else for interrupting the workflow rule?
Thanks in advance.
Request clarification before answering.
Hi Denis,
I presume the work flow has been set up in: Administrator - Workflow rules.
Why don't you adjust the conditions in the workflow? You could also set up multiple work flow rules if that suites the processes better or extend the conditions within the workflow rules.
Kr.
MJ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.