DI Jint: Difference between revisions
From Apps for Creatio
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
# getGUID | # getGUID | ||
- Parameters (a) COLLECTION (b) FILTER | - Parameters (a) COLLECTION (b) FILTER | ||
<nowiki> </nowiki>- returns GUID value | |||
<nowiki> </nowiki>EG | |||
<nowiki> </nowiki> >di.getGUID('AccountIndustry','name eq 'Business Services<nowiki>''</nowiki>); | |||
# getLookup | # getLookup |
Revision as of 08:04, 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