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
  - returns GUID value
<nowiki> </nowiki>- returns GUID value
  EG
<nowiki> </nowiki>EG
  >di.getGUID('AccountIndustry','name eq 'Business Services);
<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.

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


  1. getLookup