Print

forcase

Executes somecstuff for case with specified caseid

Syntax

forcase("caseid")

Function arguments

  • caseid – (String) Id of the case to run code on, ex. value of the reference field.

Return value

This function does not return a value.

Examples

Example 1:
Execute some code on case specified in Order reference field

forcase([Order]){
  doSomething(); 
}
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?