Source ERP · 25 of 105

CRMPro → Salesforce — Exact MAX: what the shipped templates set up

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

CRMPro → Salesforce — Exact MAX: 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/exact-max.md, and that skill’s ERP table is what points at it. What follows is only what the shipped Exact MAX → 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
Commodity CodesERP COMMODITY_CODES data becomes CommercientSF19__Commodity_Codes__c in Salesforce. New records are created and existing ones updated; none are deleted.CommercientSF19__Commodity_Codes__cSF_ERP_Salesforce_Clone_Commodity_Codes
Get UserThe templates push User to Salesforce. New records are created, existing ones updated, and records removed in the ERP are deleted.User
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, CommercientSF19__Customer_Master__c, CommercientSF19__Sales_Rep_Master__cSF_ERP_Salesforce_Clone_Customer_Master, SF_ERP_Salesforce_Clone_Shipping_Master, SF_ERP_Salesforce_Clone_Sales_Rep_Master, SF_ERP_Salesforce_Clone_Code_Master
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.CommercientSF19__Shipping_Master__cSF_ERP_Salesforce_Clone_Shipping_Master
ProductERP PART_MASTER, PART_SALES, PART_STOCK data becomes CommercientSF19__Part_Master__c, CommercientSF19__Part_Stock__c, CommercientSF19__Part_Sales__c in Salesforce. New records are created and existing ones updated; none are deleted.CommercientSF19__Part_Master__c, CommercientSF19__Part_Stock__c, CommercientSF19__Part_Sales__c, Product2, CommercientSF19__Product_Structure__cSF_ERP_Salesforce_Clone_Part_Master, SF_ERP_Salesforce_Clone_Part_Sales, SF_ERP_Salesforce_Clone_Part_Stock, SF_ERP_Salesforce_Clone_Product_Structure
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.CommercientSF19__Invoice_Master__c, CommercientSF19__Invoice_Detail__cSF_ERP_Salesforce_Clone_Invoice_Master, CommercientFlags, SF_ERP_Salesforce_Clone_Invoice_Detail
PricebookERP PART_MASTER, PART_SALES data becomes PricebookEntry, PriceBookEntry in Salesforce. New records are created and existing ones updated; none are deleted.PricebookEntry, PriceBookEntrySF_ERP_Salesforce_Clone_Part_Master, SF_ERP_Salesforce_Clone_Part_Sales
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.CommercientSF19__SO_Master__c, CommercientSF19__SO_Detail__cSF_ERP_Salesforce_Clone_SO_Master, CommercientFlags, SF_ERP_Salesforce_Clone_SO_Detail

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
Sales PersonCommercientSF19__Sales_Rep_Master__cCommercientSF19__ExternalKey__c1vw_SalesPersonvw_EXACTMAX_SalesPersonCommercientSF19__ / __c
AccountAccountCommercientSF__Commercient_ArCustomerCode__c4vw_Accountvw_EXACTMAX_Account'' / ''
Customer MasterCommercientSF19__Customer_Master__cCommercientSF19__ExternalKey__c5vw_Customervw_EXACTMAX_CustomerCommercientSF19__ / __c
Customer Reverse Lookup AccountAccountCommercientSF__Commercient_ArCustomerCode__c6vw_CustomerToAccountLookupvw_EXACTMAX_CustomerToAccountLookup'' / ''
Shipping MasterCommercientSF19__Shipping_Master__cCommercientSF19__ExternalKey__c7vw_ShipToAddressvw_EXACTMAX_ShipToAddressCommercientSF19__ / __c
Commodity CodesCommercientSF19__Commodity_Codes__cCommercientSF19__ExternalKey__c8vw_Commodity_Codesvw_EXACTMAX_Commodity_CodesCommercientSF19__ / __c
Part MasterCommercientSF19__Part_Master__cCommercientSF19__ExternalKey__c9vw_PartMastervw_EXACTMAX_PartMasterCommercientSF19__ / __C
Sales Order HeaderCommercientSF19__SO_Master__cCommercientSF19__ExternalKey__c10vw_SalesOrdervw_EXACTMAX_SalesOrderHeaderCommercientSF19__ / __c
Sales Order LineCommercientSF19__SO_Detail__cCommercientSF19__ExternalKey__c11vw_SalesOrderLinevw_EXACTMAX_SalesOrderLineCommercientSF19__ / __c
Invoice HeaderCommercientSF19__Invoice_Master__cCommercientSF19__ExternalKey__c12vw_InvoiceHeadervw_EXACTMAX_InvoiceHeaderCommercientSF19__ / __c
Invoice LineCommercientSF19__Invoice_Detail__cCommercientSF19__ExternalKey__c13vw_InvoiceLinevw_EXACTMAX_InvoiceLineCommercientSF19__ / __c
ProductProduct2CommercientSF__ExternalKey__c14vw_Productvw_EXACTMAX_Product'' / ''
Product Reverse LookupCommercientSF19__Part_Master__cCommercientSF19__ExternalKey__c15vw_ProductReverseLookupvw_EXACTMAX_PRODUCT_REVERSE_LOOKUPCommercientSF19__ / __c
Create Standard PriceBookPricebookEntryExternalKey__C16vw_ProductPriceBookvw_EXACTMAX_StandardPriceBook'' / ''
Get UserUserId17vw_EXACTMAX_UserSELECT 1=0'' / ''1
Part StockCommercientSF19__Part_Stock__cCommercientSF19__ExternalKey__c19vw_PartStockvw_EXACTMAX_Part_StockCommercientSF19__ / __C
Update Standard PricebookPriceBookEntryExternalKey__C20vw_ProductPriceBookvw_EXACTMAX_StandardPriceBook_Update'' / ''
Part SalesCommercientSF19__Part_Sales__cCommercientSF19__ExternalKey__c21vw_PartSalesvw_EXACTMAX_Part_SalesCommercientSF19__ / __c
Product StructureCommercientSF19__Product_Structure__cCommercientSF19__ExternalKey__c22vw_ProductStructurevw_EXACTMAX_ProductStructureCommercientSF19__ / __c

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. On Customer Reverse Lookup Account, Product Reverse Lookup the SQL_Query names a view the same template’s CreateViewQuery does not create (vw_EXACTMAX_CustomerToAccountLookup against vw_CustomerToAccountLookup; vw_EXACTMAX_PRODUCT_REVERSE_LOOKUP against vw_PRODUCT_REVERSE_LOOKUP), so check the view exists under the name the row selects from before activating it.

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_EXACTMAX_SalesPersoninsert + updatevw_SalesPerson:SF_ERP_Salesforce_Clone_Sales_Rep_Master
vw_EXACTMAX_Accountinsert + updatevw_Account:vw_SalesPerson:, vw_EXACTMAX_User:SF_ERP_Salesforce_Clone_Customer_Master, SF_ERP_Salesforce_Clone_Shipping_Master, SF_ERP_Salesforce_Clone_Sales_Rep_Master, SF_ERP_Salesforce_Clone_Code_Master
vw_EXACTMAX_Customerinsert + updatevw_Customer:vw_SalesPerson:, vw_Account:SF_ERP_Salesforce_Clone_Customer_Master
vw_CustomerToAccountLookupinsert + updatevw_CustomerToAccountLookup:vw_Customer:SF_ERP_Salesforce_Clone_Customer_Master
vw_EXACTMAX_ShipToAddressinsert + updatevw_ShipToAddress:vw_Customer:, vw_Account:SF_ERP_Salesforce_Clone_Shipping_Master
vw_EXACTMAX_Commodity_Codesinsert + updatevw_Commodity_Codes:SF_ERP_Salesforce_Clone_Commodity_Codes
vw_EXACTMAX_PartMasterinsert + updatevw_PartMaster:vw_Commodity_Codes:SF_ERP_Salesforce_Clone_Part_Master
vw_EXACTMAX_SalesOrderHeaderinsert + updatevw_SalesOrder:vw_Account:, vw_Customer:, vw_SalesPerson:SF_ERP_Salesforce_Clone_SO_Master, CommercientFlags
vw_EXACTMAX_SalesOrderLineinsert + updatevw_SalesOrderLine:vw_SalesOrder:, vw_PartMaster:SF_ERP_Salesforce_Clone_SO_Detail
vw_EXACTMAX_InvoiceHeaderinsert + updatevw_InvoiceHeader:vw_Account:, vw_Customer:, vw_SalesPerson:SF_ERP_Salesforce_Clone_Invoice_Master, CommercientFlags
vw_EXACTMAX_InvoiceLineinsert + updatevw_InvoiceLine:vw_InvoiceHeader:, vw_PartMaster:SF_ERP_Salesforce_Clone_Invoice_Detail
vw_EXACTMAX_Productinsert + updatevw_Product:vw_PartMaster:CommercientSF__ExternalKey__cSF_ERP_Salesforce_Clone_Part_Master, SF_ERP_Salesforce_Clone_Part_Sales
vw_PRODUCT_REVERSE_LOOKUPinsert + updatevw_ProductReverseLookup:vw_Product:SF_ERP_Salesforce_Clone_Part_Master, SF_ERP_Salesforce_Clone_Part_Sales
vw_EXACTMAX_StandardPriceBookinsert-onlyvw_ProductPriceBook:vw_Product:SF_ERP_Salesforce_Clone_Part_Master, SF_ERP_Salesforce_Clone_Part_Sales
vw_EXACTMAX_Part_Stockinsert + updatevw_PartStock:vw_PartMaster:SF_ERP_Salesforce_Clone_Part_Stock
vw_EXACTMAX_StandardPriceBook_Updateinsert + updatevw_ProductPriceBook:vw_Product:SF_ERP_Salesforce_Clone_Part_Master, SF_ERP_Salesforce_Clone_Part_Sales
vw_EXACTMAX_Part_Salesinsert + updatevw_PartSales:vw_PartMaster:, vw_Product:SF_ERP_Salesforce_Clone_Part_Sales
vw_EXACTMAX_ProductStructureinsert + updatevw_ProductStructure:vw_PartMaster:, vw_Product:SF_ERP_Salesforce_Clone_Product_Structure

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 1 to 22. A run processes active rows in ascending Sync_Order, which is the order the templates put them in:

  • 1 — Sales Person
  • 4 — Account
  • 5 — Customer Master
  • 6 — Customer Reverse Lookup Account
  • 7 — Shipping Master
  • 8 — Commodity Codes
  • 9 — Part Master
  • 10 — Sales Order Header
  • 11 — Sales Order Line
  • 12 — Invoice Header
  • 13 — Invoice Line
  • 14 — Product
  • 15 — Product Reverse Lookup
  • 16 — Create Standard PriceBook
  • 17 — Get User
  • 19 — Part Stock
  • 20 — Update Standard Pricebook
  • 21 — Part Sales
  • 22 — Product Structure

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_CustomerToAccountLookup reads vw_Customer:
  • vw_EXACTMAX_Account reads vw_SalesPerson:, vw_EXACTMAX_User:
  • vw_EXACTMAX_Customer reads vw_SalesPerson:, vw_Account:
  • vw_EXACTMAX_ShipToAddress reads vw_Customer:, vw_Account:
  • vw_EXACTMAX_PartMaster reads vw_Commodity_Codes:
  • vw_PRODUCT_REVERSE_LOOKUP reads vw_Product:
  • vw_EXACTMAX_Part_Stock reads vw_PartMaster:
  • vw_EXACTMAX_Part_Sales reads vw_PartMaster:, vw_Product:
  • vw_EXACTMAX_InvoiceHeader reads vw_Account:, vw_Customer:, vw_SalesPerson:
  • vw_EXACTMAX_InvoiceLine reads vw_InvoiceHeader:, vw_PartMaster:
  • vw_EXACTMAX_StandardPriceBook reads vw_Product:
  • vw_EXACTMAX_StandardPriceBook_Update reads vw_Product:
  • vw_EXACTMAX_Product reads vw_PartMaster:
  • vw_EXACTMAX_ProductStructure reads vw_PartMaster:, vw_Product:
  • vw_EXACTMAX_SalesOrderHeader reads vw_Account:, vw_Customer:, vw_SalesPerson:
  • vw_EXACTMAX_SalesOrderLine reads vw_SalesOrder:, vw_PartMaster:

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
Sales PersonCommercientSF19__Sales_Rep_Master__c25SLSREP_26CommercientSF19__ExternalKey__c, SLSNME_26Name, SLSTER_26CommercientSF19__SLSTER__c, MCOMP_26CommercientSF19__MCOMP__c, MSITE_26CommercientSF19__MSITE__c
AccountAccount17CUSTID_23CommercientSF__Commercient_ArCustomerCode__c, NAME_23Name, PHONE_23Phone, SFDCIDCommercientSF19__EXACTMAX_Sales_Rep_Master__c, CUSTYP_23Type
Customer MasterCommercientSF19__Customer_Master__c74CUSTID_23CommercientSF19__ExternalKey__c, CUSTID_23CommercientSF19__Account__c, DSCRTE_23CommercientSF19__DSCRTE_23__c, CLIMIT_23CommercientSF19__CLIMIT_23__c, SLSMTD_23CommercientSF19__SLSMTD_23__c
Customer Reverse Lookup AccountAccount2CUSTID_23CommercientSF__Commercient_ArCustomerCode__c, SFDCIDCommercientSF19__EXACTMAX_Customer_Master__c
Shipping MasterCommercientSF19__Shipping_Master__c36CUSTID_24,SHPCDE_24CommercientSF19__ExternalKey__c, CUSTID_24,SHPCDE_24CommercientSF19__Name__c, CUSTID_24Account, CUSTID_24CommercientSF19__Customer_Master__c, NAME_24CommercientSF19__NAME_24__c
Commodity CodesCommercientSF19__Commodity_Codes__c15COMCDE_48CommercientSF19__ExternalKey__c, COMCDE_48CommercientSF19__Name__c, COMCDE_48CommercientSF19__COMCDE_48__c, DESC_48CommercientSF19__DESC_48__c, UDFKEY_48CommercientSF19__UDFKEY_48__c
Part MasterCommercientSF19__Part_Master__c131PRTNUM_01CommercientSF19__ExternalKey__c, PRTNUM_01Name, TYPE_01CommercientSF19__TYPE_01__c, COMCDE_01CommercientSF19__EXACTMAX_Commodity_Codes__c, CLSCDE_01CommercientSF19__CLSCDE_01__c
Sales Order HeaderCommercientSF19__SO_Master__c71ORDNUM_27CommercientSF19__ExternalKey__c, SPLIT1_27CommercientSF19__SPLIT1_27__c, SPLIT2_27CommercientSF19__SPLIT2_27__c, SPLIT3_27CommercientSF19__SPLIT3_27__c, COMMIS_27CommercientSF19__COMMIS_27__c
Sales Order LineCommercientSF19__SO_Detail__c76ORDNUM_28,LINNUM_28,DELNUM_28CommercientSF19__ExternalKey__c, ORDNUM_28,LINNUM_28,DELNUM_28CommercientSF19__Name__c, DELNUM_28CommercientSF19__DELNUM_28__c, STATUS_28CommercientSF19__STATUS_28__c, CUSTID_28CommercientSF19__CUSTID_28__c
Invoice HeaderCommercientSF19__Invoice_Master__c83ORDNUM_31,INVCE_31CommercientSF19__ExternalKey__c, ORDNUM_31,INVCE_31CommercientSF19__Name__c, CUSTID_31Account, CUSTID_31CommercientSF19__EXACTMAX_Customer_Master__c, REP1_31CommercientSF19__EXACTMAX_Sales_Rep_Master__c
Invoice LineCommercientSF19__Invoice_Detail__c60ORDNUM_32,LINNUM_32,DELNUM_32,INVCE_32CommercientSF19__ExternalKey__c, ORDNUM_32,LINNUM_32,DELNUM_32,INVCE_32CommercientSF19__Name__c, SFDCIDCommercientSF19__Invoice_Master__c, PRICE_32CommercientSF19__PRICE_32__c, ORGQTY_32CommercientSF19__ORGQTY_32__c
ProductProduct26PRTNUM_01CommercientSF__ExternalKey__c, PMDES1_01Name, PRTNUM_01ProductCode, PMDES2_01Description, IsActiveIsActive
Product Reverse LookupCommercientSF19__Part_Master__c2PRTNUM_01CommercientSF19__ExternalKey__c, SFDCIDCommercientSF19__Product__c
Create Standard PriceBookPricebookEntry5PRTNUM_01ExternalKey__c, SFDCIDPricebook2Id, SFDCIDProduct2ID, IsActiveIsActive, PRICE_29UnitPrice
Part StockCommercientSF19__Part_Stock__c39MAXIDCommercientSF19__ExternalKey__c, SFDCIDCommercientSF19__Part_Master__c, MAXIDName, PRTNUM_06PRTNUM_06, STK_06STK_06
Update Standard PricebookPriceBookEntry3PRTNUM_01ExternalKey__c, IsActiveIsActive, PRICE_29UnitPrice
Part SalesCommercientSF19__Part_Sales__c84PRTNUM_29CommercientSF19__ExternalKey__c, PRTNUM_29Name, SLSCAT_29SLSCAT_29, PMDES1_29PMDES1_29, PMDES2_29PMDES2_29
Product StructureCommercientSF19__Product_Structure__c33PARPRT_02CommercientSF19__PARPRT_02__c, nameCommercientSF19__Name__c, COMPRT_02CommercientSF19__COMPRT_02__c, EFFDTE_02CommercientSF19__EFFDTE_02__c, FILL01_02CommercientSF19__FILL01_02__c

6. Community templates

The catalogue carries 44 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: 44
  • Default operations: insert on 44, update on 44, delete on 44
  • Marked circular-sync: 0
  • Licence groups they span: 8
  • Destination objects: Account, CommercientSF19__Part_Master__c, CommercientSF19__SO_Detail__c, CommercientSF19__Commodity_Codes__c, CommercientSF19__Customer_Master__c, CommercientSF19__Invoice_Detail__c, CommercientSF19__Invoice_Master__c, CommercientSF19__Part_Sales__c, CommercientSF19__Sales_Rep_Master__c, CommercientSF19__Shipping_Master__c, CommercientSF19__SO_Master__c, PricebookEntry, PriceBookEntry, Product2, account, CommercientSF19__CodeMaster__c, CommercientSF19__MATCHING__c, CommercientSF19__Part_Stock__c, CommercientSF19__Product_Structure__c, Customer_Part_Data__c, 3 more and 2 custom objects
  • Object display names: Account, Commodity Codes, Create Standard PriceBook, Customer Master, Invoice Header, Invoice Line, Part Master, Part Sales, Product, Product Reverse Lookup, Sales Order Header, Sales Order Line, 15 more and 2 further templates
  • Template groups: Account, Product, Salesorder, Invoice, Customer Multi Ship Addresses

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_Commodity_Codes
  • vw_EXACTMAX_User
  • vw_CustomerToAccountLookup
  • vw_Account
  • vw_Customer
  • vw_ShipToAddress
  • vw_PartMaster
  • vw_ProductReverseLookup
  • vw_PartStock
  • vw_PartSales
  • vw_InvoiceHeader
  • vw_InvoiceLine
  • vw_ProductPriceBook
  • vw_Product
  • vw_ProductStructure
  • vw_SalesOrder
  • vw_SalesOrderLine
  • vw_SalesPerson

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 Exact MAX → 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.