Source ERP · 7 of 27
CRMPro → Zoho CRM — Infor CloudSuite: what the shipped templates set up
Read it in the terminal with "dlake skills show dlake-crmpro-zohocrm/erps/infor-cloudsuite". It extends the dlake-crmpro-zohocrm skill, which holds what is true whatever the source ERP.
CRMPro → Zoho CRM — Infor CloudSuite: what the shipped templates set up
Keep this skill current.
dlakeships updates often and this text is embedded in the CLI you have installed. Before relying on it, comparedlake --versionwithnpm view @commercient/dlake version; if they differ, runnpm install -g @commercient/dlake@latestand thendlake 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-zohocrm is the destination skill this page is a child of, and the authority for the
Zoho CRM 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-zohocrm/erps/infor-cloudsuite.md, and that
skill’s ERP table is what points at it. What follows is only what the shipped Infor CloudSuite →
Zoho CRM templates themselves set, read from their Insert_Query, CreateViewQuery and
MappingJson. This page grows as the catalogue does.
1. What the templates deliver
| Group | Business outcome | Objects | Source tables and views |
|---|---|---|---|
| InforCloud Terms | The templates push commercientinforcloudsuite__InforCloud_Terms to Zoho CRM. New records are created and existing ones updated; none are deleted. | commercientinforcloudsuite__InforCloud_Terms | SF_ERP_Salesforce_Clone_csi_terms_mst |
| InforCloud Salesperson | The templates push commercientinforcloudsuite__InforCloud_Salespersons to Zoho CRM. New records are created and existing ones updated; none are deleted. | commercientinforcloudsuite__InforCloud_Salespersons | SF_ERP_Salesforce_Clone_csi_slsman_mst |
| Account | The templates push Accounts to Zoho CRM. New records are created and existing ones updated; none are deleted. | Accounts | SF_ERP_Salesforce_Clone_csi_customer_mst, SF_ERP_Salesforce_Clone_csi_custaddr_mst |
| InforCloud Customer | The templates push commercientinforcloudsuite__InforCloud_Customers to Zoho CRM. New records are created and existing ones updated; none are deleted. | commercientinforcloudsuite__InforCloud_Customers | SF_ERP_Salesforce_Clone_csi_customer_mst, SF_ERP_Salesforce_Clone_csi_custaddr_mst |
| InforCloud CustomerToAccountLookup | The templates push Accounts to Zoho CRM. New records are created and existing ones updated; none are deleted. | Accounts | SF_ERP_Salesforce_Clone_csi_customer_mst |
| InforCloud Address | The templates push commercientinforcloudsuite__InforCloud_ShipToAddress to Zoho CRM. New records are created and existing ones updated; none are deleted. | commercientinforcloudsuite__InforCloud_ShipToAddress | SF_ERP_Salesforce_Clone_csi_custaddr_mst |
| Product | The templates push Products to Zoho CRM. New records are created and existing ones updated; none are deleted. | Products | SF_ERP_Salesforce_Clone_csi_item_mst |
| InforCloud ItemMaster | The templates push commercientinforcloudsuite__InforCloud_ItemMaster to Zoho CRM. New records are created and existing ones updated; none are deleted. | commercientinforcloudsuite__InforCloud_ItemMaster | SF_ERP_Salesforce_Clone_csi_item_mst |
| InforCloud ItemWarehouse | The templates push commercientinforcloudsuite__InforCloud_ItemWarehouse to Zoho CRM. New records are created and existing ones updated; none are deleted. | commercientinforcloudsuite__InforCloud_ItemWarehouse | SF_ERP_Salesforce_Clone_csi_itemwhse_mst |
| InforCloud ItemLocation | The templates push commercientinforcloudsuite__InforCloud_ItemLocation to Zoho CRM. New records are created and existing ones updated; none are deleted. | commercientinforcloudsuite__InforCloud_ItemLocation | SF_ERP_Salesforce_Clone_csi_itemloc_mst |
| InforCloud Salesorder | The templates push commercientinforcloudsuite__InforCloud_SalesOrders to Zoho CRM. New records are created and existing ones updated; none are deleted. | commercientinforcloudsuite__InforCloud_SalesOrders | SF_ERP_Salesforce_Clone_csi_co_mst |
| InforCloud Salesorderline | The templates push commercientinforcloudsuite__InforCloud_SalesOrderLine to Zoho CRM. New records are created and existing ones updated; none are deleted. | commercientinforcloudsuite__InforCloud_SalesOrderLine | SF_ERP_Salesforce_Clone_csi_shipment_mst, SF_ERP_Salesforce_Clone_csi_co_ship_mst, SF_ERP_Salesforce_Clone_csi_coitem_mst, TrackInfo |
| InforCloud Invoice | The templates push commercientinforcloudsuite__InforCloud_Invoices to Zoho CRM. New records are created and existing ones updated; none are deleted. | commercientinforcloudsuite__InforCloud_Invoices | SF_ERP_Salesforce_Clone_csi_artran_mst, SF_ERP_Salesforce_Clone_csi_co_mst |
| Contact | The templates push Contacts to Zoho CRM. New records are created and existing ones updated; none are deleted. | Contacts | SF_ERP_Salesforce_Clone_csi_contact_mst, SF_ERP_Salesforce_Clone_csi_customer_contact_mst |
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 name | CRM_Object_API_Name | CRM_PK_API_Name | Sync_Order | TimeStamp_Prefix | SQL_Query target | field prefix / postfix |
|---|---|---|---|---|---|---|
| InforCloud Terms | commercientinforcloudsuite__InforCloud_Terms | Commercient_ExternalKey | 1 | vw_INFORCLOUDSUITE_Terms: | vw_INFORCLOUDSUITE_Terms | commercientinforcloudsuite__ / __c |
| InforCloud Salesperson | commercientinforcloudsuite__InforCloud_Salespersons | Commercient_ExternalKey | 2 | vw_INFORCLOUDSUITE_SalesPerson: | vw_INFORCLOUDSUITE_SalesPerson | commercientinforcloudsuite__ / __c |
| Account | Accounts | Commercient_ArCustomer_Code | 3 | vw_INFORCLOUDSUITE_Account: | vw_INFORCLOUDSUITE_Account | '' / '' |
| InforCloud Customer | commercientinforcloudsuite__InforCloud_Customers | Commercient_ExternalKey | 4 | vw_INFORCLOUDSUITE_Customer: | vw_INFORCLOUDSUITE_Customer | commercientinforcloudsuite__ / __c |
| InforCloud CustomerToAccountLookup | Accounts | Commercient_ArCustomer_Code | 5 | vw_INFORCLOUDSUITE_CustomerToAccountLookup: | vw_INFORCLOUDSUITE_CustomerToAccountLookup | '' / '' |
| InforCloud Address | commercientinforcloudsuite__InforCloud_ShipToAddress | Commercient_ExternalKey | 6 | vw_INFORCLOUDSUITE_Address: | vw_INFORCLOUDSUITE_Address | commercientinforcloudsuite__ / __c |
| Product | Products | Commercient_ExternalKey | 7 | vw_INFORCLOUDSUITE_Product: | vw_INFORCLOUDSUITE_Product | '' / '' |
| InforCloud ItemMaster | commercientinforcloudsuite__InforCloud_ItemMaster | Commercient_ExternalKey | 8 | vw_INFORCLOUDSUITE_Item: | vw_INFORCLOUDSUITE_Item | commercientinforcloudsuite__ / __c |
| InforCloud ItemWarehouse | commercientinforcloudsuite__InforCloud_ItemWarehouse | Commercient_ExternalKey | 9 | vw_INFORCLOUDSUITE_ItemWarehouse: | vw_INFORCLOUDSUITE_ItemWarehouse | commercientinforcloudsuite__ / __c |
| InforCloud ItemLocation | commercientinforcloudsuite__InforCloud_ItemLocation | Commercient_ExternalKey | 10 | vw_INFORCLOUDSUITE_ItemLocation: | vw_INFORCLOUDSUITE_ItemLocation | commercientinforcloudsuite__ / __c |
| InforCloud Salesorder | commercientinforcloudsuite__InforCloud_SalesOrders | Commercient_ExternalKey | 11 | vw_INFORCLOUDSUITE_Order: | vw_INFORCLOUDSUITE_Order | commercientinforcloudsuite__ / __c |
| InforCloud Salesorderline | commercientinforcloudsuite__InforCloud_SalesOrderLine | Commercient_ExternalKey | 12 | vw_INFORCLOUDSUITE_OrderLine: | vw_INFORCLOUDSUITE_OrderLine | commercientinforcloudsuite__ / __c |
| InforCloud Invoice | commercientinforcloudsuite__InforCloud_Invoices | Commercient_ExternalKey | 13 | vw_INFORCLOUDSUITE_Invoice: | vw_INFORCLOUDSUITE_Invoice | commercientinforcloudsuite__ / __c |
| Contact | Contacts | Commercient_ExternalKey | 15 | vw_INFORCLOUDSUITE_Contact: | vw_INFORCLOUDSUITE_Contact | '' / '' |
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_Get_Records 0, Is_Active_Delete_Records 0. The insert column lists do not
include Sync_Operation_Type, Sync_Batch_Size, IsAccountMatching, Document_Source_Path, so
those columns take their CRM_Configuration defaults. Text columns a template does not use are
inserted as '' rather than left NULL.
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.
| View | Change detection | Repository key | Reads other prefixes | Identity column | Source tables |
|---|---|---|---|---|---|
vw_INFORCLOUDSUITE_Terms | insert + update | — | vw_INFORCLOUDSUITE_Terms: | Commercient_ExternalKey__c, Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_terms_mst |
vw_INFORCLOUDSUITE_SalesPerson | insert + update | — | vw_INFORCLOUDSUITE_SalesPerson: | Commercient_ExternalKey__c, Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_slsman_mst |
vw_INFORCLOUDSUITE_Account | insert + update | — | vw_INFORCLOUDSUITE_Account:, vw_INFORCLOUDSUITE_Terms:, vw_INFORCLOUDSUITE_SalesPerson: | — | SF_ERP_Salesforce_Clone_csi_customer_mst, SF_ERP_Salesforce_Clone_csi_custaddr_mst |
vw_INFORCLOUDSUITE_Customer | insert + update | — | vw_INFORCLOUDSUITE_Account:, vw_INFORCLOUDSUITE_Terms:, vw_INFORCLOUDSUITE_SalesPerson:, vw_INFORCLOUDSUITE_Customer: | Commercient_ExternalKey__c, Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_customer_mst, SF_ERP_Salesforce_Clone_csi_custaddr_mst |
vw_INFORCLOUDSUITE_CustomerToAccountLookup | insert + update | — | vw_INFORCLOUDSUITE_Customer:, vw_INFORCLOUDSUITE_CustomerToAccountLookup: | — | SF_ERP_Salesforce_Clone_csi_customer_mst |
vw_INFORCLOUDSUITE_Address | insert + update | — | vw_INFORCLOUDSUITE_Account:, vw_INFORCLOUDSUITE_Customer:, vw_INFORCLOUDSUITE_Address: | Commercient_ExternalKey__c, Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_custaddr_mst |
vw_INFORCLOUDSUITE_Product | insert-only | — | vw_INFORCLOUDSUITE_Product: | Commercient_ExternalKey__c, Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_item_mst |
vw_INFORCLOUDSUITE_Item | insert-only | — | vw_INFORCLOUDSUITE_Product:, vw_INFORCLOUDSUITE_Item: | Commercient_ExternalKey__c, Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_item_mst |
vw_INFORCLOUDSUITE_ItemWarehouse | insert-only | — | vw_INFORCLOUDSUITE_Product:, vw_INFORCLOUDSUITE_Item:, vw_INFORCLOUDSUITE_ItemWarehouse: | Commercient_ExternalKey__c, Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_itemwhse_mst |
vw_INFORCLOUDSUITE_ItemLocation | insert-only | — | vw_INFORCLOUDSUITE_Product:, vw_INFORCLOUDSUITE_Item:, vw_INFORCLOUDSUITE_ItemWarehouse:, vw_INFORCLOUDSUITE_ItemLocation: | Commercient_ExternalKey__c, Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_itemloc_mst |
vw_INFORCLOUDSUITE_Order | insert + update | — | vw_INFORCLOUDSUITE_Account:, vw_INFORCLOUDSUITE_Customer:, vw_INFORCLOUDSUITE_Order: | Commercient_ExternalKey__c, Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_co_mst |
vw_INFORCLOUDSUITE_OrderLine | insert + update | — | vw_INFORCLOUDSUITE_Order:, vw_INFORCLOUDSUITE_Product:, vw_INFORCLOUDSUITE_Item:, vw_INFORCLOUDSUITE_OrderLine: | Commercient_ExternalKey__c, Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_shipment_mst, SF_ERP_Salesforce_Clone_csi_co_ship_mst, SF_ERP_Salesforce_Clone_csi_coitem_mst, TrackInfo |
vw_INFORCLOUDSUITE_Invoice | insert + update | — | vw_INFORCLOUDSUITE_Account:, vw_INFORCLOUDSUITE_Customer:, vw_INFORCLOUDSUITE_Invoice: | Commercient_ExternalKey__c, Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_artran_mst, SF_ERP_Salesforce_Clone_csi_co_mst |
vw_INFORCLOUDSUITE_Contact | insert-only | — | vw_INFORCLOUDSUITE_Account:, vw_INFORCLOUDSUITE_Contact: | Commercient_ExternalKey | SF_ERP_Salesforce_Clone_csi_contact_mst, SF_ERP_Salesforce_Clone_csi_customer_contact_mst |
4. Order of work
The templates set Sync_Order from 1 to 15. A run processes active rows in ascending
Sync_Order, which is the order the templates put them in:
1— InforCloud Terms2— InforCloud Salesperson3— Account4— InforCloud Customer5— InforCloud CustomerToAccountLookup6— InforCloud Address7— Product8— InforCloud ItemMaster9— InforCloud ItemWarehouse10— InforCloud ItemLocation11— InforCloud Salesorder12— InforCloud Salesorderline13— InforCloud Invoice15— Contact
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_INFORCLOUDSUITE_Termsreadsvw_INFORCLOUDSUITE_Terms:; no template in this set writesvw_INFORCLOUDSUITE_Terms:vw_INFORCLOUDSUITE_SalesPersonreadsvw_INFORCLOUDSUITE_SalesPerson:; no template in this set writesvw_INFORCLOUDSUITE_SalesPerson:vw_INFORCLOUDSUITE_Accountreadsvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Terms:,vw_INFORCLOUDSUITE_SalesPerson:; no template in this set writesvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Terms:,vw_INFORCLOUDSUITE_SalesPerson:vw_INFORCLOUDSUITE_Customerreadsvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Terms:,vw_INFORCLOUDSUITE_SalesPerson:,vw_INFORCLOUDSUITE_Customer:; no template in this set writesvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Terms:,vw_INFORCLOUDSUITE_SalesPerson:,vw_INFORCLOUDSUITE_Customer:vw_INFORCLOUDSUITE_CustomerToAccountLookupreadsvw_INFORCLOUDSUITE_Customer:,vw_INFORCLOUDSUITE_CustomerToAccountLookup:; no template in this set writesvw_INFORCLOUDSUITE_Customer:,vw_INFORCLOUDSUITE_CustomerToAccountLookup:vw_INFORCLOUDSUITE_Addressreadsvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Customer:,vw_INFORCLOUDSUITE_Address:; no template in this set writesvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Customer:,vw_INFORCLOUDSUITE_Address:vw_INFORCLOUDSUITE_Productreadsvw_INFORCLOUDSUITE_Product:; no template in this set writesvw_INFORCLOUDSUITE_Product:vw_INFORCLOUDSUITE_Itemreadsvw_INFORCLOUDSUITE_Product:,vw_INFORCLOUDSUITE_Item:; no template in this set writesvw_INFORCLOUDSUITE_Product:,vw_INFORCLOUDSUITE_Item:vw_INFORCLOUDSUITE_ItemWarehousereadsvw_INFORCLOUDSUITE_Product:,vw_INFORCLOUDSUITE_Item:,vw_INFORCLOUDSUITE_ItemWarehouse:; no template in this set writesvw_INFORCLOUDSUITE_Product:,vw_INFORCLOUDSUITE_Item:,vw_INFORCLOUDSUITE_ItemWarehouse:vw_INFORCLOUDSUITE_ItemLocationreadsvw_INFORCLOUDSUITE_Product:,vw_INFORCLOUDSUITE_Item:,vw_INFORCLOUDSUITE_ItemWarehouse:,vw_INFORCLOUDSUITE_ItemLocation:; no template in this set writesvw_INFORCLOUDSUITE_Product:,vw_INFORCLOUDSUITE_Item:,vw_INFORCLOUDSUITE_ItemWarehouse:,vw_INFORCLOUDSUITE_ItemLocation:vw_INFORCLOUDSUITE_Orderreadsvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Customer:,vw_INFORCLOUDSUITE_Order:; no template in this set writesvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Customer:,vw_INFORCLOUDSUITE_Order:vw_INFORCLOUDSUITE_OrderLinereadsvw_INFORCLOUDSUITE_Order:,vw_INFORCLOUDSUITE_Product:,vw_INFORCLOUDSUITE_Item:,vw_INFORCLOUDSUITE_OrderLine:; no template in this set writesvw_INFORCLOUDSUITE_Order:,vw_INFORCLOUDSUITE_Product:,vw_INFORCLOUDSUITE_Item:,vw_INFORCLOUDSUITE_OrderLine:vw_INFORCLOUDSUITE_Invoicereadsvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Customer:,vw_INFORCLOUDSUITE_Invoice:; no template in this set writesvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Customer:,vw_INFORCLOUDSUITE_Invoice:vw_INFORCLOUDSUITE_Contactreadsvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Contact:; no template in this set writesvw_INFORCLOUDSUITE_Account:,vw_INFORCLOUDSUITE_Contact:
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.
| Template | Object | Mapped fields | First ERP → Zoho CRM pairs |
|---|---|---|---|
| InforCloud Terms | commercientinforcloudsuite__InforCloud_Terms | 24 | terms_code → Commercient_ExternalKey__c, description → Name, DLDeleteIndicator → DL_Delete_Indicator, InWorkflow → In_Workflow, NoteExistsFlag → Note_Exists_Flag |
| InforCloud Salesperson | commercientinforcloudsuite__InforCloud_Salespersons | 25 | slsman → Commercient_ExternalKey__c, slsman → Name, DLDeleteIndicator → DL_Delete_Indicator, InWorkflow → In_Workflow, NoteExistsFlag → Note_Exists_Flag |
| Account | Accounts | 15 | cust_num → Commercient_ArCustomer_Code, cust_num → Customer_Number, slsman → commercientinforcloudsuite__InforCloud_Salesperson, terms_code → commercientinforcloudsuite__InforCloud_Term, cust_num → Account_Name |
| InforCloud Customer | commercientinforcloudsuite__InforCloud_Customers | 103 | cust_num → Commercient_ExternalKey__c, Acct.SFDCID → Account, term.SFDCID → InforCloud_Term, slsps.SFDCID → InforCloud_Salesperson, BA2.name → Name |
| InforCloud CustomerToAccountLookup | Accounts | 2 | cust_num → Commercient_ArCustomer_Code, SFDCID → commercientinforcloudsuite__InforCloud_Customer |
| InforCloud Address | commercientinforcloudsuite__InforCloud_ShipToAddress | 49 | cust_num, cust_seq → Commercient_ExternalKey__c, name → Name, cust_num → Account, cust_num → InforCloud_Customer, DLDeleteIndicator → Dl_Delete_Indicator |
| Product | Products | 6 | item → Commercient_ExternalKey__c, item → Product_Name, product_code → Product_Code, description → Description, unit_cost → Unit_Price |
| InforCloud ItemMaster | commercientinforcloudsuite__InforCloud_ItemMaster | 89 | item → Commercient_ExternalKey__c, item → Name, SFDCID → Product, CN_item_tax_category → Cn_Item_Tax_Category, DLDeleteIndicator → Dl_Delete_Indicator |
| InforCloud ItemWarehouse | commercientinforcloudsuite__InforCloud_ItemWarehouse | 28 | item, whse → Commercient_ExternalKey__c, item, whse → Name, item → Product, item → InforCloud_ItemMaster, DLDeleteIndicator → DL_Delete_Indicator |
| InforCloud ItemLocation | commercientinforcloudsuite__InforCloud_ItemLocation | 40 | item, whse, loc → Commercient_ExternalKey__c, item, whse, loc → Name, item → Product, item → InforCloud_ItemMaster, item, whse → InforCloud_ItemWarehouse |
| InforCloud Salesorder | commercientinforcloudsuite__InforCloud_SalesOrders | 82 | co_num → Commercient_ExternalKey__c, co_num → Name, cust_num → Account, cust_num → InforCloud_Customer, DLDeleteIndicator → DL_Delete_Indicator |
| InforCloud Salesorderline | commercientinforcloudsuite__InforCloud_SalesOrderLine | 68 | co_num, co_line, co_release → Commercient_ExternalKey__c, co_num, co_line, co_release → Name, SFDCID → InforCloud_SalesOrder, SFDCID → Product, SFDCID → InforCloud_ItemMaster |
| InforCloud Invoice | commercientinforcloudsuite__InforCloud_Invoices | 11 | RowPointer, cust_num → Commercient_ExternalKey__c, inv_num → Name, cust_num → Account, cust_num → InforCloud_Customer, inv_date → Invoice_Date__c |
| Contact | Contacts | 14 | contact_id → Commercient_ExternalKey, SFDCID → Account_Name, lname → Last_Name, fname → First_Name, email → Email |
6. 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_INFORCLOUDSUITE_Terms:vw_INFORCLOUDSUITE_SalesPerson:vw_INFORCLOUDSUITE_Account:vw_INFORCLOUDSUITE_Customer:vw_INFORCLOUDSUITE_CustomerToAccountLookup:vw_INFORCLOUDSUITE_Address:vw_INFORCLOUDSUITE_Product:vw_INFORCLOUDSUITE_Item:vw_INFORCLOUDSUITE_ItemWarehouse:vw_INFORCLOUDSUITE_ItemLocation:vw_INFORCLOUDSUITE_Order:vw_INFORCLOUDSUITE_OrderLine:vw_INFORCLOUDSUITE_Invoice:vw_INFORCLOUDSUITE_Contact:
7. 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 Infor CloudSuite → Zoho CRM templates set up. dlake-crmpro-zohocrm is the
destination skill this page sits under: its own text is the authority for the Zoho CRM 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.