MAS Integration: Difference between revisions

From Customer365 for SageCRM
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
The MAS integration uses the MAS database order details as opposed to the CRM orders.
The MAS integration uses the MAS database order details as opposed to the CRM orders.


Within CRM the MAS database must be connected and the following tables must also be attached
Within CRM the MAS database must be connected  
 
[[File:masdbcon.png]]
 
and the following tables must also be attached


*AR_Customer
*AR_Customer
Line 7: Line 11:
*so_salesorderhistoryheader
*so_salesorderhistoryheader


Within the "so_salesorderhistoryheader" a list called "PortalOrdersListMAS" must be created and a screen called "PortalOrdersScreenMAS" also.  
EG
 
[[File:mastable.png]]
 
Within the "so_salesorderhistoryheader" a list called "PortalOrdersListMAS" must be created  
 
[[File:solist.png]]
 
and a screen called "PortalOrdersScreenMAS" also.  
 
[[File:soscreen.png]]
 
Add your required fields to these blocks.
Add your required fields to these blocks.


Line 13: Line 28:
E.G
E.G
   <add key="MASIntegration" value="True" />
   <add key="MASIntegration" value="True" />
CRM must have the MAS integration (comp_mas_customerno field created in company)

Latest revision as of 15:55, 16 September 2013

The MAS integration uses the MAS database order details as opposed to the CRM orders.

Within CRM the MAS database must be connected

and the following tables must also be attached

  • AR_Customer
  • so_salesOrderHistoryDetail
  • so_salesorderhistoryheader

EG

Within the "so_salesorderhistoryheader" a list called "PortalOrdersListMAS" must be created

and a screen called "PortalOrdersScreenMAS" also.

Add your required fields to these blocks.

To turn on the MAS integration the setting "MASIntegration" must be "True" E.G

 <add key="MASIntegration" value="True" />

CRM must have the MAS integration (comp_mas_customerno field created in company)