New pages

From Apps for Creatio
New pages
Hide registered users | Hide bots | Show redirects
  • 08:24, 5 June 2025Batching Updates (hist | edit) ‎[892 bytes]CreatioWikiSysop (talk | contribs) (Created page with "Using JINT mode we can use scripting to batch inserts and updates (This uses the oData Batch api) jint di var creatiobatch=CreatioBatch(); var creatioRecord_contact = CreatioRecord('Contact'); creatioRecord_contact.Set("Name","Jane Doe"); creatioRecord_contact.Set("JobTitle","Head of Design"); creatioRecord_contact.mode="Insert"; creatiobatch.add(creatioRecord_contact); var creatioRecord_contact2 = CreatioRecord('Contact'); var id2 = di.getguid('contact','Frank Jones');...")