Given area associated clients

3.1. Business Analysis

Business need: a given area is covered logistics and distribution area, all business customers express courier service for the given area, the courier is associated with scheduling function, associated with the customer is given to the customer to associate zone, either to a single customer in when, through his constant region, find the matching courier, to achieve automatic single
in integrated logistics platform system, the customer information is not stored in the BOS system, but stored in the CRM system

 

1, required a CRM system, to store customer information

2, WebService learning technology to accomplish data communications BOS and CRM

3.1. Build  CRM  system

crm_management CRM back-end management system

crm_domain entity class storage system customers to facilitate the sharing entity classes BOS project can also be introduced entity

1, the two projects will copy the git version control directory

2, introduced in the STS project crm

crm_management dependent on the introduction of crm_domain

3, CRM systems require a separate database space

You must create crm / crm password in oracle

-- Create the user create user crm

identified by crm;

-- Grant/Revoke role privileges grant resource to crm;

grant connect to crm;

4, operation data of the customer table generating crm_management

Set up CRM system is running port 9002

Guess you like

Origin blog.csdn.net/qq_40208605/article/details/90605306