DI Jint: Difference between revisions

From Apps for Creatio
No edit summary
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:04, 17 April 2025

There are specific commands in the Javascript Engine (JINT) relating to Creatio Only.

  1. getGUID
 - Parameters (a) COLLECTION (b) FILTER
 - returns GUID value
 EG
  >di.getGUID('AccountIndustry','name eq 'Business Services);


  1. getLookup