Source ERP · 86 of 105

CRMPro → Salesforce — Sage 50 UK: what the shipped templates set up

Read it in the terminal with "dlake skills show dlake-crmpro-salesforce/erps/sage-50-uk". It extends the dlake-crmpro-salesforce skill, which holds what is true whatever the source ERP.

CRMPro → Salesforce — Sage 50 UK: what the shipped templates set up

Keep this skill current. dlake ships updates often and this text is embedded in the CLI you have installed. Before relying on it, compare dlake --version with npm view @commercient/dlake version; if they differ, run npm install -g @commercient/dlake@latest and then dlake skills install, which overwrites the installed skill files with the current text.

dlake-crmpro is the parent skill and the authority for everything general: the crmpro_* tools, CRM_Configuration and CRM_FieldList, TimeStampRepository, the three kinds of source view, the NULL-cursor rule and the silent zero-record run. Read it first; this page does not repeat it. dlake-crmpro-salesforce is the destination skill this page is a child of, and the authority for the Salesforce conventions that hold across every ERP: read it first, then come back here for what this source’s own templates set. This page is dlake-crmpro-salesforce/erps/sage-50-uk.md, and that skill’s ERP table is what points at it. What follows is only what the shipped Sage 50 UK → Salesforce templates themselves set, read from their Insert_Query, CreateViewQuery and MappingJson. This page grows as the catalogue does.

1. What the templates deliver

GroupBusiness outcomeObjectsSource tables and views
Sage50 UK Audit HeaderERP AUDIT_HEADER data becomes CommercientSF8__SAGE50UK_AUDIT_HEADER__c in Salesforce. New records are created and existing ones updated; none are deleted.CommercientSF8__SAGE50UK_AUDIT_HEADER__cSF_ERP_Salesforce_Clone_AUDIT_HEADER
Sage50 UK Audit SplitERP AUDIT_HEADER, AUDIT_SPLIT data becomes CommercientSF8__SAGE50UK_AUDIT_SPLIT__c in Salesforce. New records are created and existing ones updated; none are deleted.CommercientSF8__SAGE50UK_AUDIT_SPLIT__cSF_ERP_Salesforce_Clone_AUDIT_SPLIT, SF_ERP_Salesforce_Clone_AUDIT_HEADER
GET USERThe templates push users to Salesforce. New records are created, existing ones updated, and records removed in the ERP are deleted.users
AccountIn addition to creating the Account record from your ERP customer records, Commercient syncs over the entire Accounting AR Customer record into a Commercient AR Customer object which is a Managed Custom Object (MCO). A lookup field is provided to lookup to the default AR Customer record MCO from the Account record. New records are created and existing ones updated; none are deleted.Account, Contact, CommercientSF8__SAGE50UK_Customer__cSF_ERP_Salesforce_Clone_SALES_LEDGER, SF_ERP_Salesforce_Clone_SALES_DEL_ADDR
Customer Multi Ship AddressesIf you are using multiple ship to addresses for a given AR Customer in your ERP system then you will be able to see all the addresses inside the CRM Account screen in a Commercient Multi Ship To Address MCO related list. New records are created and existing ones updated; none are deleted.CommercientSF8__SAGE50UK_Address__cSF_ERP_Salesforce_Clone_SALES_DEL_ADDR
ProductThe templates push CommercientSF8__SAGE50UK_Item__c, Product2 to Salesforce. New records are created and existing ones updated; none are deleted.CommercientSF8__SAGE50UK_Item__c, Product2SF_ERP_Salesforce_Clone_STOCK
InvoiceBoth Open and Historical invoices are synchronized. Open invoice changes, such as a balance change, or a terms change are reflected in the CRM as they sync based on the frequency of the sync you have chosen (e.g. every hour for example). New records are created and existing ones updated; none are deleted.CommercientSF8__SAGE50UK_InvoiceHeader__c, CommercientSF8__SAGE50UK_InvoiceDetail__cSF_ERP_Salesforce_Clone_INVOICE, CommercientFlags, SF_ERP_Salesforce_Clone_INVOICE_ITEM
PricebookThe templates push PricebookEntry to Salesforce. New records are created and existing ones updated; none are deleted.PricebookEntrySF_ERP_Salesforce_Clone_STOCK
SalesorderCommercient will sync the Sales Orders from the ERP Sales Order Entry module to the Commercient Sales Order Header (MCO) objects in CRM. In the CRM, customer service and sales people can visualize the status of the order such as on hold, backorder, forward order, scheduled for delivery, whether it has shipped, and completion status. New records are created and existing ones updated; none are deleted.CommercientSF8__SAGE50UK_SalesOrderHeader__c, CommercientSF8__SAGE50UK_SalesOrderDetail__cSF_ERP_Salesforce_Clone_SALES_ORDER, CommercientFlags, SF_ERP_Salesforce_Clone_SOP_ITEM

2. The process rows the templates create

Each template’s Insert_Query writes one CRM_Configuration row. These are the values it sets; a column the inserts never set is not listed.

Display nameCRM_Object_API_NameCRM_PK_API_NameSync_OrderTimeStamp_PrefixSQL_Query targetfield prefix / postfixSync_Operation_Type
GET USERusers0vw_SAGE50UK_User1=0'' / ''1
AccountAccountCommercientSF__Commercient_ArCustomerCode__c1vw_SAGE50UK_Accountvw_SAGE50UK_Account'' / ''
Customer MasterCommercientSF8__SAGE50UK_Customer__cCommercientSF8__ExternalKey__c2vw_SAGE50UK_Customervw_SAGE50UK_CustomerCommercientSF8__ / __c
Customer Reverse Lookup AccountAccountCommercientSF__Commercient_ArCustomerCode__c3vw_SAGE50UK_CustomerToAccountLookupvw_SAGE50UK_CustomerToAccountLookup'' / ''
Sage50 UK AddressCommercientSF8__SAGE50UK_Address__cCommercientSF8__ExternalKey__c4vw_SAGE50UK_Addressvw_SAGE50UK_AddressCommercientSF8__ / __c
Sales Order HeaderCommercientSF8__SAGE50UK_SalesOrderHeader__cCommercientSF8__ExternalKey__c5vw_SAGE50UK_SalesOrderHeadervw_SAGE50UK_SalesOrderHeaderCommercientSF8__ / __c
Sales Order DetailsCommercientSF8__SAGE50UK_SalesOrderDetail__cCommercientSF8__ExternalKey__c6vw_SAGE50UK_SalesOrderDetailvw_SAGE50UK_SalesOrderDetailCommercientSF8__ / __c
Invoice HeaderCommercientSF8__SAGE50UK_InvoiceHeader__cCommercientSF8__ExternalKey__c7vw_SAGE50UK_InvoiceHeadervw_SAGE50UK_InvoiceHeaderCommercientSF8__ / __c
Invoice DetailsCommercientSF8__SAGE50UK_InvoiceDetail__cCommercientSF8__ExternalKey__c8vw_SAGE50UK_InvoiceDetailvw_SAGE50UK_InvoiceDetailCommercientSF8__ / __c
ProductProduct2CommercientSF__ExternalKey__c9vw_SAGE50UK_Productvw_SAGE50UK_Product'' / ''
Item MasterCommercientSF8__SAGE50UK_Item__cCommercientSF8__ExternalKey__c10vw_SAGE50UK_Itemvw_SAGE50UK_ItemCommercientSF8__ / __c
Item To Product Reverse LookupProduct2CommercientSF__ExternalKey__c11vw_SAGE50UK_ItemToProductLookupvw_SAGE50UK_ItemToProductLookup'' / ''
Create Standard PriceBookPricebookEntryExternalKey__C12vw_SAGE50UK_StandardPriceBookvw_SAGE50UK_StandardPriceBook'' / ''
Standard Pricebook UpdatePricebookEntryExternalKey__c13vw_ProductPriceBookvw_SAGE50UK_ProductStandardPricebookUpdate'' / ''
ContactsContactCommercientSF8__ExternalKey__c18vw_SAGE50UK_Contactvw_SAGE50UK_Contact'' / ''
Sage50 UK Audit HeaderCommercientSF8__SAGE50UK_AUDIT_HEADER__cCommercientSF8__ExternalKey__c19vw_SAGE50UK_AuditHeadervw_SAGE50UK_AuditHeaderCommercientSF8__ / __c1
Sage50 UK Audit SplitCommercientSF8__SAGE50UK_AUDIT_SPLIT__cCommercientSF8__ExternalKey__c20vw_SAGE50UK_AuditSplitvw_SAGE50UK_AuditSplitCommercientSF8__ / __c1

Every one of these inserts Is_Active as 0, so an imported process is inactive until an operator activates it. Across the set they insert Is_Create_Entity 0, Is_Create_Fields 0, Is_Active_Delete_Records 0, Sync_Batch_Size 200. Is_Active_Get_Records is set on Create Standard PriceBook; IsAccountMatching is set on Account. Text columns a template does not use are inserted as '' rather than left NULL. Get_SOQL_Query carries a query on GET USER, Create Standard PriceBook — those rows read records back from Salesforce as well as pushing.

3. The views

Each template creates its view with CreateViewQuery, in the gateway dbo schema. “Change detection” names which of the three kinds dlake-crmpro defines the view’s own WHERE makes it; where a view’s shape is not one of those three the column is left empty and the view’s own WHERE is the authority.

ViewChange detectionRepository keyReads other prefixesIdentity columnSource tables
vw_SAGE50UK_Accountinsert + updatevw_SAGE50UK_Account:CommercientSF__Commercient_ArCustomerCode__cSF_ERP_Salesforce_Clone_SALES_LEDGER, SF_ERP_Salesforce_Clone_SALES_DEL_ADDR
vw_SAGE50UK_Customerinsert + updatevw_SAGE50UK_Customer:vw_SAGE50UK_Account:, vw_SAGE50UK_Address:ExternalKeySF_ERP_Salesforce_Clone_SALES_LEDGER, SF_ERP_Salesforce_Clone_SALES_DEL_ADDR
vw_SAGE50UK_CustomerToAccountLookupinsert + updatevw_SAGE50UK_CustomerToAccountLookup:vw_SAGE50UK_Customer:SF_ERP_Salesforce_Clone_SALES_LEDGER
vw_SAGE50UK_Addressinsert + updatevw_SAGE50UK_Address:vw_SAGE50UK_Account:, vw_SAGE50UK_Customer:ExternalKeySF_ERP_Salesforce_Clone_SALES_DEL_ADDR
vw_SAGE50UK_SalesOrderHeaderinsert + updatevw_SAGE50UK_SalesOrderHeader:vw_SAGE50UK_Account:, vw_SAGE50UK_Customer:ExternalKeySF_ERP_Salesforce_Clone_SALES_ORDER, CommercientFlags
vw_SAGE50UK_SalesOrderDetailinsert + updatevw_SAGE50UK_SalesOrderDetail:vw_SAGE50UK_SalesOrderHeader:, vw_SAGE50UK_Item:ExternalKeySF_ERP_Salesforce_Clone_SOP_ITEM
vw_SAGE50UK_InvoiceHeaderinsert + updatevw_SAGE50UK_InvoiceHeader:vw_SAGE50UK_Account:, vw_SAGE50UK_Customer:ExternalKeySF_ERP_Salesforce_Clone_INVOICE, CommercientFlags
vw_SAGE50UK_InvoiceDetailinsert + updatevw_SAGE50UK_InvoiceDetail:vw_SAGE50UK_InvoiceHeader:, vw_SAGE50UK_Item:ExternalKeySF_ERP_Salesforce_Clone_INVOICE_ITEM
vw_SAGE50UK_Productinsert + updatevw_SAGE50UK_Product:SF_ERP_Salesforce_Clone_STOCK
vw_SAGE50UK_Iteminsert + updatevw_SAGE50UK_Item:vw_SAGE50UK_Product:ExternalKeySF_ERP_Salesforce_Clone_STOCK
vw_SAGE50UK_ItemToProductLookupinsert + updatevw_SAGE50UK_ItemToProductLookup:vw_SAGE50UK_Item:SF_ERP_Salesforce_Clone_STOCK
vw_SAGE50UK_StandardPriceBookinsert-onlyvw_SAGE50UK_StandardPriceBook:vw_SAGE50UK_Product:SF_ERP_Salesforce_Clone_STOCK
vw_SAGE50UK_ProductStandardPricebookUpdateinsert + updatevw_SAGE50UK_StandardPriceBook:, vw_SAGE50UK_Product:SF_ERP_Salesforce_Clone_STOCK
vw_SAGE50UK_Contactinsert + updatevw_SAGE50UK_Contact:vw_SAGE50UK_Account:SF_ERP_Salesforce_Clone_SALES_LEDGER
vw_SAGE50UK_AuditHeaderinsert + updatevw_SAGE50UK_AuditHeader:vw_SAGE50UK_Account:, vw_SAGE50UK_Customer:, vw_SAGE50UK_SalesOrderHeader:, vw_SAGE50UK_InvoiceHeader:SF_ERP_Salesforce_Clone_AUDIT_HEADER
vw_SAGE50UK_AuditSplitinsert + updatevw_SAGE50UK_AuditSplit:vw_SAGE50UK_AuditHeader:, vw_SAGE50UK_Account:, vw_SAGE50UK_Customer:ExternalKeySF_ERP_Salesforce_Clone_AUDIT_SPLIT, SF_ERP_Salesforce_Clone_AUDIT_HEADER

The repository key these templates build is <TimeStamp_Prefix>:<key>. The literal in the view and the TimeStamp_Prefix on the configuration row have to be the same string, case included.

4. Order of work

The templates set Sync_Order from 0 to 20. A run processes active rows in ascending Sync_Order, which is the order the templates put them in:

  • 0 — GET USER
  • 1 — Account
  • 2 — Customer Master
  • 3 — Customer Reverse Lookup Account
  • 4 — Sage50 UK Address
  • 5 — Sales Order Header
  • 6 — Sales Order Details
  • 7 — Invoice Header
  • 8 — Invoice Details
  • 9 — Product
  • 10 — Item Master
  • 11 — Item To Product Reverse Lookup
  • 12 — Create Standard PriceBook
  • 13 — Standard Pricebook Update
  • 18 — Contacts
  • 19 — Sage50 UK Audit Header
  • 20 — Sage50 UK Audit Split

These views read another process’s repository prefix, which is what makes the order a dependency order: the row appears in the view only once the process that writes that prefix has run, so a parent flows on one run and its children on the next.

  • vw_SAGE50UK_AuditHeader reads vw_SAGE50UK_Account:, vw_SAGE50UK_Customer:, vw_SAGE50UK_SalesOrderHeader:, vw_SAGE50UK_InvoiceHeader:
  • vw_SAGE50UK_AuditSplit reads vw_SAGE50UK_AuditHeader:, vw_SAGE50UK_Account:, vw_SAGE50UK_Customer:
  • vw_SAGE50UK_CustomerToAccountLookup reads vw_SAGE50UK_Customer:
  • vw_SAGE50UK_Contact reads vw_SAGE50UK_Account:
  • vw_SAGE50UK_Customer reads vw_SAGE50UK_Account:, vw_SAGE50UK_Address:
  • vw_SAGE50UK_Address reads vw_SAGE50UK_Account:, vw_SAGE50UK_Customer:
  • vw_SAGE50UK_Item reads vw_SAGE50UK_Product:
  • vw_SAGE50UK_InvoiceHeader reads vw_SAGE50UK_Account:, vw_SAGE50UK_Customer:
  • vw_SAGE50UK_InvoiceDetail reads vw_SAGE50UK_InvoiceHeader:, vw_SAGE50UK_Item:
  • vw_SAGE50UK_StandardPriceBook reads vw_SAGE50UK_Product:
  • vw_SAGE50UK_ProductStandardPricebookUpdate reads vw_SAGE50UK_StandardPriceBook:, vw_SAGE50UK_Product:
  • vw_SAGE50UK_ItemToProductLookup reads vw_SAGE50UK_Item:
  • vw_SAGE50UK_SalesOrderHeader reads vw_SAGE50UK_Account:, vw_SAGE50UK_Customer:
  • vw_SAGE50UK_SalesOrderDetail reads vw_SAGE50UK_SalesOrderHeader:, vw_SAGE50UK_Item:

5. Field mapping

CRM_FieldList carries one row per pushed column, with Object_Name equal to the CRM_Object_API_Name value — as dlake-crmpro puts it, an object with no CRM_FieldList rows pushes nothing and records no error. Each template carries its intended mapping in MappingJson. Read that with dlake admin crmpro_templates, then check crmpro_field_mapping on the created process before activating it.

TemplateObjectMapped fieldsFirst ERP → Salesforce pairs
AccountAccount13ACCOUNT_REFCommercientSF__Commercient_ArCustomerCode__c, NAMEName, ADDRESS_1, ADDRESS_2BillingStreet, ADDRESS_3BillingCity, ADDRESS_4BillingState
Customer MasterCommercientSF8__SAGE50UK_Customer__c76ACCOUNT_REFCommercientSF8__ExternalKey__c, NAMEName, STATUS_NUMBERCommercientSF8__STATUS_NUMBER__c, DEPT_NUMBERCommercientSF8__DEPT_NUMBER__c, CURRENCYCommercientSF8__CURRENCY__c
Customer Reverse Lookup AccountAccount2ACCOUNT_REFCommercientSF__Commercient_ArCustomerCode__c, SFDCIDCommercientSF8__SAGE50UK_Customer__c
Sage50 UK AddressCommercientSF8__SAGE50UK_Address__c26REFERENCEExternalKey, ACCOUNT_REFAccount, ACCOUNT_REFCustomer, TAX_CODETAX_CODEN, ADDRESS_TYPEADDRESS_TYPE
Sales Order HeaderCommercientSF8__SAGE50UK_SalesOrderHeader__c93ORDER_NUMBERCommercientSF8__ExternalKey__c, ACCOUNT_REFCommercientSF8__Account__c, ACCOUNT_REFCommercientSF8__Customer__c, DESPATCH_STATUS_CODECommercientSF8__DESPATCH_STATUS_CODEN__c, ORDER_TYPE_CODECommercientSF8__ORDER_TYPE_CODEN__c
Sales Order DetailsCommercientSF8__SAGE50UK_SalesOrderDetail__c50ORDER_NUMBER,ITEM_NUMBER,JOB_NUMBERCommercientSF8__ExternalKey__c, ORDER_NUMBER,ITEM_NUMBER,JOB_NUMBERCommercientSF8__Name__c, ORDER_NUMBERCommercientSF8__Sales_Order_Header__c, SERVICE_FLAGCommercientSF8__SERVICE_FLAGN__c, TAX_CODE_IDCommercientSF8__TAX_CODE_IDN__c
Invoice HeaderCommercientSF8__SAGE50UK_InvoiceHeader__c93INVOICE_NUMBERCommercientSF8__ExternalKey__c, ACCOUNT_REFAccount, ACCOUNT_REFCustomer, INVOICE_TYPE_CODECommercientSF8__INVOICE_TYPE_CODE__c, GLOBAL_DEPT_NUMBERCommercientSF8__GLOBAL_DEPT_NUMBER__c
Invoice DetailsCommercientSF8__SAGE50UK_InvoiceDetail__c44INVOICE_NUMBER, ITEM_NUMBERCommercientSF8__ExternalKey__c, SFDCIDCommercientSF8__Invoice_Header__c, SERVICE_FLAGCommercientSF8__SERVICE_FLAG__c, TAX_CODE_IDCommercientSF8__TAX_CODE_ID__c, ITEM_NUMBERCommercientSF8__ITEM_NUMBER__c
ProductProduct25STOCK_CODECommercientSF__ExternalKey__c, STOCK_CODEProductCode, DESCRIPTIONName, DESCRIPTIONDescription, INACTIVE_FLAGIsActive
Item MasterCommercientSF8__SAGE50UK_Item__c92STOCK_CODECommercientSF8__ExternalKey__c, WEB_DESCRIPTIONName, SFDCIDProduct, WEB_PUBLISHWEB_PUBLISH, WEB_SPECIALWEB_SPECIAL
Item To Product Reverse LookupProduct22STOCK_CODECommercientSF__ExternalKey__c, SFDCIDCommercientSF8__SAGE50UK_Item__c
Create Standard PriceBookPricebookEntry5STOCK_CODEExternalKey__c, SFDCIDPricebook2Id, SFDCIDProduct2ID, INACTIVE_FLAGIsActive, SALES_PRICEUnitPrice
Standard Pricebook UpdatePricebookEntry4STOCK_CODEExternalKey__c, INACTIVE_FLAGIsActive, SALES_PRICEUnitPrice, SUPPLIER_PART_NUMBERLtr_Volume__c
ContactsContact7ACCOUNT_REFCommercientSF8__ExternalKey__c, SFDCIDAccountID, CONTACT_NAMELastName, CONTACT_NAMEFirstName, E_MAILEmail
Sage50 UK Audit HeaderCommercientSF8__SAGE50UK_AUDIT_HEADER__c90TRAN_NUMBER, ACCOUNT_REF, SALES_PURCHASE_REF, INV_REFCommercientSF8__ExternalKey__c, TRAN_NUMBER, ACCOUNT_REF, SALES_PURCHASE_REF, INV_REFCommercientSF8__Name__c, ACCOUNT_REFCommercientSF8__Account__c, ACCOUNT_REFCommercientSF8__Customer__c, SALES_PURCHASE_REFCommercientSF8__Sales_Order_Header__c

6. Community templates

The catalogue carries 266 community templates for this pair. A community template is authored in a tenant rather than shipped with the product, and it imports the same way as any other. Its own names, notes, field mapping and SQL are tenant content, so what this section states is what the set amounts to: how many templates there are, what they default to doing, which destination objects they write and which groups they fall in. They are not part of the shipped set described above.

  • Templates: 266
  • Default operations: insert on 266, update on 266, delete on 266
  • Marked circular-sync: 2
  • Licence groups they span: 12
  • Destination objects: Account, Product2, PricebookEntry, CommercientSF8__SAGE50UK_InvoiceDetail__c, CommercientSF8__SAGE50UK_Customer__c, CommercientSF8__SAGE50UK_InvoiceHeader__c, CommercientSF8__SAGE50UK_SalesOrderDetail__c, CommercientSF8__SAGE50UK_SalesOrderHeader__c, CommercientSF8__SAGE50UK_Address__c, CommercientSF8__SAGE50UK_Item__c, Contact, CommercientSF8__SAGE50UK_AUDIT_HEADER__c, CommercientSF8__SAGE50UK_AUDIT_SPLIT__c, PriceBookEntry, Invoice__c, CommercientSF8_SAGE50UK_SalesReceipt__c, CommercientSF8__ACCOUNT__c, CommercientSF8__ACCOUNTMATCHING__c, CommercientSF8__SAGE50UK_PurchaseOrderDetail__c, CommercientSF8__SAGE50UK_PurchaseOrderHeader__c and 8 more
  • Object display names: Account, Invoice Details, Invoice Header, Customer Reverse Lookup Account, Customer Master, Sage50 UK Address, Sales Order Details, Sales Order Header, Contacts, Item To Product Reverse Lookup, Product, Create Standard PriceBook, 36 more and 5 further templates
  • Template groups: Account, Product, Invoice, Salesorder, Customer Multi Ship Addresses, Pricebook, CRM Quote and Line, CRM Opportunity and Line

A community template is imported the way a shipped one is, and the same rules apply to what it creates: read the process it creates with crmpro_get_process, its mapping with crmpro_field_mapping, and the view it selects from, before activating it.

7. Verifying

# per-prefix counts; every synced record carries its destination id
dlake tool query --profile <tenant> --sql "SELECT LEFT([Key], CHARINDEX(':',[Key])-1) AS prefix, COUNT(*) n, COUNT(NULLIF(SFDCID,'')) withId FROM dbo.TimeStampRepository WHERE CHARINDEX(':',[Key])>0 GROUP BY LEFT([Key], CHARINDEX(':',[Key])-1)"

withId = n for every prefix is the success condition dlake-crmpro defines. The split is on the first colon, which is the prefix boundary whether the key separator is : or ::.

The prefixes these templates set:

  • vw_SAGE50UK_AuditHeader
  • vw_SAGE50UK_AuditSplit
  • vw_SAGE50UK_User
  • vw_SAGE50UK_Account
  • vw_SAGE50UK_CustomerToAccountLookup
  • vw_SAGE50UK_Contact
  • vw_SAGE50UK_Customer
  • vw_SAGE50UK_Address
  • vw_SAGE50UK_Item
  • vw_SAGE50UK_InvoiceHeader
  • vw_SAGE50UK_InvoiceDetail
  • vw_SAGE50UK_StandardPriceBook
  • vw_ProductPriceBook
  • vw_SAGE50UK_Product
  • vw_SAGE50UK_ItemToProductLookup
  • vw_SAGE50UK_SalesOrderHeader
  • vw_SAGE50UK_SalesOrderDetail

8. Where this sits

dlake-crmpro is the general operating surface — the crmpro_* tools, the setup and transaction tables, field mapping, and the source-view contract that applies to every destination. This page adds what the shipped Sage 50 UK → Salesforce templates set up. dlake-crmpro-salesforce is the destination skill this page sits under: its own text is the authority for the Salesforce conventions that hold across every ERP, and its ERP table lists this page alongside every sibling ERP page for this destination. For the extract leg that fills the clone tables, see dlake-normalsync; for the on-premises agent that runs it, dlake-syncagent; for the writeback leg, dlake-txdownloaderpro; for standing an integration up, dlake-integration-setup.