Hi,
In a trigger service, why can’t we define multiple conditions using same document type?
For example, in a trigger service, I have developed asbelow:
Condition1:
Document type: DocA
Filter: ‘orderValue==A’
Service: serviceA
Condition2:
Document type: DocA
Filter: ‘orderValue==B’
Service: service
The above scenario doesn’t allow to save the service returning the error :the trigger is already associated with a condition.
What is the reason for this?
thanks.