DI Jint: Difference between revisions
From Apps for Creatio
Created page with "There are specific commands in the Javascript Engine (JINT) relating to Creatio Only. # getGUID - Par # getLookup" |
b |
||
Line 1: | Line 1: | ||
There are specific commands in the Javascript Engine (JINT) relating to Creatio Only. | There are specific commands in the Javascript Engine (JINT) relating to Creatio Only. | ||
# getGUID - | # getGUID | ||
- Parameters (a) COLLECTION (b) FILTER | |||
- returns GUID value | |||
EG | |||
>di.getGUID('AccountIndustry'),'name eq ''Business Services''); | |||
# getLookup | # getLookup |
Revision as of 08:03, 17 April 2025
There are specific commands in the Javascript Engine (JINT) relating to Creatio Only.
- getGUID
- Parameters (a) COLLECTION (b) FILTER - returns GUID value EG >di.getGUID('AccountIndustry'),'name eq Business Services);
- getLookup