DI Jint: Difference between revisions
From Apps for Creatio
b |
No edit summary |
||
Line 5: | Line 5: | ||
- returns GUID value | - returns GUID value | ||
EG | EG | ||
>di.getGUID('AccountIndustry'),'name eq ''Business Services''); | >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