Print

CaseProcessingTime

This function returns id of the current case status or specified status.

Syntax

CaseProcessingTime([statusName],[userName]);

Function arguments

  • statusName – (String) [Optional] Name of the status or states separated by semicolon to get processing time
  • userName – (String) [Optional] Name of the user or users separated by semicolon to get processing time

Return value

This function returns String.
Returns how many working minutes current case was assigned to specified users at specified stages.

Examples

Example 1:
Returns how many working minutes current case was assigned to current user in current stage.

minutes = CaseProcessingTime(CurrentStage(),CurrentUser());
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?