User contributions for Sagecrmw

From Accelerator for SageCRM
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

19 March 2026

17 March 2026

12 March 2026

2 March 2026

  • 12:4412:44, 2 March 2026 diff hist −17 Import into Sage CRMNo edit summary current
  • 12:4412:44, 2 March 2026 diff hist +18 Import into Sage CRMNo edit summary
  • 12:4312:43, 2 March 2026 diff hist +11 Import into Sage CRMNo edit summary
  • 12:4212:42, 2 March 2026 diff hist +17 Import into Sage CRMNo edit summary
  • 12:4212:42, 2 March 2026 diff hist +10 Import into Sage CRMNo edit summary
  • 12:4212:42, 2 March 2026 diff hist −876 Import into Sage CRMNo edit summary
  • 12:4112:41, 2 March 2026 diff hist +2,145 N Import into Sage CRMCreated page with "Using JINT mode you can insert data. The example below creates a Company and Person record. Then it updates the Company making the Contact the Primary contact for the Company. You can see use of the method "getID" which allows you to map SageCRM Lookup record Codes. ---- '''SAMPLE SCRIPT''' var account_name = "Acme Consulting"; var _source = "Import"; var _status = "Active"; //get any lookup code values (useful if mapping from another system w..."
  • 12:2812:28, 2 March 2026 diff hist +39 Batching UpdatesNo edit summary current
  • 12:2712:27, 2 March 2026 diff hist +893 N Batching UpdatesCreated page with "Using JINT mode we can use scripting to batch updates. This speeds up any inserts/updates SAMPLE SCRIPT jint di var sagebatch=SageCRMBatch(); var address_id = di.getid('address','01010104'); var sageRecord_address = SageCRMRecord('Address'); sageRecord_address.Set("addr_addressname","xyz5"); sageRecord_address.Set("addr_address1","test address 5"); sageRecord_address.Set("Addr_Country","US"); sageRecord_address.id = address_id; sageRecord_address.mode="Update";..."
  • 12:2612:26, 2 March 2026 diff hist +803 N DI JintCreated page with "There are specific commands in the Javascript Engine (JINT) relating to SageCRM Only. getID - This is used where you have the "Name" value and need the ID. You would use this for an integration where Id's would not map but you could map the Names. Only one result is returned so this depends on the Name value being unique. Otherwise use querydb. - Parameters (a) COLLECTION (b) FILTER - returns ID value EG >var _compId = di.getID('Company', 'Union Computer'); 2..." current

25 February 2026

24 February 2026

22 February 2026

15 February 2026

14 February 2026

  • 23:4923:49, 14 February 2026 diff hist +1,739 N Query Sage CRM DataCreated page with "Example walk through A. Add SageCRM as a server For SageCRM: eg.addserver sagecrm <ALIAS> "<URL>" "<USERNAME>" "<PASSWORD>" Syntax: >addserver sagecrm <ALIAS> "<URL>" "<USERNAME>" "<PASSWORD>" EG >addserver sagecrm "crm" "https://crm.yourserver.com" "Supervisor" "********" This sets up Sage CRM as a connection in the App B. List the tables(collections) in the system >dbtables C. See the columns in a table (collection) >describe Company Filte..."
  • 23:4723:47, 14 February 2026 diff hist +406 N DI OverviewCreated page with "Data Islands and Sage CRM allows you to quickly and easily build robust custom Integrations. You can: * Export Sage CRM data for use in a datawarehouse/mart and feed other systems from Sage CRM * Import data into Sage CRM from ERP or any data located anywhere. ---- There are 2 modes you can use for Data Islands. 1. Command line 2. JINT (Javascript) For more complex data flows you would use JINT." current
  • 23:4523:45, 14 February 2026 diff hist +188 MediaWiki:SidebarNo edit summary current

22 January 2026

14 January 2026

8 January 2026

6 January 2026

18 December 2025

27 November 2025

24 November 2025

17 November 2025

12 November 2025

16 October 2025

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)