Dynamics SL Order Type Integration
Question: Order Type – Customers are using multiple order types. Current CRM2SolSOHeaderAccount.DTS reads one default order type from the Infuse setup table. (DBLOOKUP2( "Solomon", "OrderTypeID", "T", "InfuseSettings", "System", "FieldName", "FieldValue" ). Can this DTS be changed to read the order type from a picklist we add to the CRM Orders screen? Would any other changes be necessary to make this work?
Answer: This can be done easily by creating a CRM-2-Solomon mapping in the Infuse configuration utility, since the Order Type is a field that we have in the staging table.
Additionally, the Solomon To CRM order dts query needs to include the Custom Order Types.
Comments