New pages
From Apps for Creatio
- 08:24, 5 June 2025 Batching 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');...")
- 10:21, 8 May 2025 Auth Overview (hist | edit) [174 bytes] CreatioWikiSysop (talk | contribs) (Created page with "The Auth and License Management app is available [https://appauth.crmtogether.com/ here].") Tag: Visual edit
- 08:01, 17 April 2025 DI Jint (hist | edit) [823 bytes] CreatioWikiSysop (talk | contribs) (Created page with "There are specific commands in the Javascript Engine (JINT) relating to Creatio Only. # getGUID - Par # getLookup") Tag: Visual edit
- 04:47, 10 April 2025 Import into Creatio (hist | edit) [1,801 bytes] CreatioWikiSysop (talk | contribs) (Created page with "Here we cover iIf you wanted to import data from say a SQL database into Creatio. In our example we will use a Sage 300 database. Our aim is to import AR_Customer records into Creation Accounts and Contacts.") Tag: Visual edit
- 09:03, 9 April 2025 Query Creatio Data (hist | edit) [2,756 bytes] CreatioWikiSysop (talk | contribs) (Created page with " For Creatio: eg.addserver creatio "<ALIAS>" "<URL>" "<USERNAME>" "<PASSWORD>" Example >addserver creatio "creatio2215" "<nowiki>https://server2215.creatio.com</nowiki>" "Supervisor" "******" This sets up creatio as a connection in the App") Tag: Visual edit
- 09:38, 31 March 2025 License Management (hist | edit) [214 bytes] CreatioWikiSysop (talk | contribs) (Created page with "When a license is purchased an account and license will be created on our [https://appauth.crmtogether.com/ Auth Together application]. Within this you can manage your product licences for Accelerator and MobileX.") Tag: Visual edit
- 07:45, 26 February 2025 DI Overview (hist | edit) [527 bytes] CreatioWikiSysop (talk | contribs) (Created page with "Coming summer 2025")
- 07:45, 26 February 2025 MX Overview (hist | edit) [18 bytes] CreatioWikiSysop (talk | contribs) (Created page with "Coming summer 2025") Tag: Visual edit
- 09:09, 14 February 2025 User Checklist (hist | edit) [486 bytes] CreatioWikiSysop (talk | contribs) (Created page with "A checklist to be used when a user cannot log in. # Log into full Creatio and check your password is valid and has not expired") Tag: Visual edit