How to get call duration to the workflow conditions?
Collapse
X
-
Leave a comment:
-
Hi Russ,
The duration field is not available in the workflow conditions, but it is available in the Administration > Entity Manager > Call > Formula.
For example, when duration is greater than or equal to 1 (one second, since duration is measured in seconds), then the description field will have the value test.
Code:ifThen(duration >= '1', description = 'test' );
Leave a comment:
-
How to get call duration to the workflow conditions?
Hi, can't get a call duration, if someone faced the same issue, please share your solution
thanks2 PhotosTags: None
Leave a comment: