You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 4 Next »
Roles
At the start of the work on the CRM application, you need to assign your employees with appropriate roles in the system and add them the groups of the required selling directions. It needs to be done to provide them with access to the agent interface. The "out-of-the-box" solution includes five roles:
- crm_certificate_manager – the employee responsible for the creatino of certification and emissions of the certificates.
- crm_marketeer – the employee responsible for the marketing campaigns and lists management.
- crm_admin – system administrator.
- crm_sales – employee from the sales department responsible for the processing of leads and opportunities.
- crm_manager – the leader of the sales department that can process the leads, work with opportunities and manage them.
Detailed information about access level to the system is available in the article ACL. You can read more about the CRM application roles in the article Role Structure. Apart from that, you can find notes about required access level in the articles of CRM documentation.
Selling Directions
After the configuration of roles system, you need to assign employees with Selling Directions. Selling direction is an organizational structure to separate employees in categories depending on their field of activity. An employee's selling direction is automatically added to the corresponding field on the forms Интересы, Возможные сделки, Компании клиентов, Контент.
You can see existing selling directions in the tables Selling Directions (crm_selling_direction).
Role required: crm_admin.
To create a selling direction, complete the steps below:
- Navigate to CRM → Settings → Selling Directions.
- Click New and fill in the fields.
- Click Save or Save and Exit to apply the changes.
Selling Direction form fields
Field | Mandatory | Description |
---|---|---|
Name | No | Add the title of the selling direction. |
Add new group | No | Select the checkbox if you need to add a new user group for the selling direction. |
Group | No | Specify the user group to be assigned to the selling direction. The selling direction will be filled automatically for the particpants of this group on the forms Интересы, Возможные сделки, Компании клиентов, Контент. The field Group is only available if the the checkbox Add new group is not selected. |
Owner | No | The employee responsible for the group. The field is filled automatically from the group's Responsible value if it is specified. The field Odner is only available if the the checkbox Add new group is not selected. |
Allow quick closing | No | Select the checkbox if the opportunity can be closed as won for the selling direction on any stage. If the checkbox is not selected, the opportunity can only be closed as won starting with the Decision stage. The setting only works if the value of the system property crm.allow.quick.closing is false. If the value is true, you can close any opportunities on any stage. |
Product | No | Select the checkbox if the selling direction provides a product. |
Products | No | Specify the products included in the selling direction. |
Recurrent service | No | Select the checkbox if the selling direction provides recurrent services. |
Services | No | Specify the services included in the selling direction. |
Solution | No | Select the checkbox if the selling direction provides a solution. |
Vendors | No | Specify the vendors that provide the solution included in the selling direction. |
Project works | No | Select the checkbox if the selling direction works with specific projects. |
Opportunity Stages
Before the starto of the work, you can configure opportunity stage flow by adding new stages or editing the existing ones. The "out-of-the-box" CRM application provides default opportunity stages. You can find their description in the Process Opportunities article.
To create an opportunity stage, complete the steps below:
- Navigate to CRM → Settings → Opportunity stages.
- Click New and fill in the fields.
- Click Save or Save and Exit to apply the changes.
Opportunity stage form fields
Field | Mandatory | Description |
---|---|---|
Name | Yes | Add the title of the opportunity stage. |
Minimum probability of opportunity, % | No | Specify the minimum probability of closing the deal in percentage. |
Customer centric stage | No | Specify the customer centric stage, in which this opportunity stage is included. |
Task Chains
The tasks can be created automatically when the employee responsible for the opportuniy moves it to another opportunity stage. It allows for automatization of business processes. Use task templates to configure such system.
To create a CRM Task Template, complete the steps below:
- Navigate to CRM → Settings → Task chains.
- Click New and fill in the fields.
- Click Save or Save and Exit to apply the changes.
CRM Task Template form fields
Field | Mandatory | Description |
---|---|---|
Active | No | Select the checkbox to make tthe template active. An active template automatically creates tasks when the opportunitiy moves to the specified initiating stage. |
Name | Yes | Add the title of the task template. |
Table | Yes | The table, to which the task created from this template is added. The field is filled automatically with the value Task (crm_task). |
Short Description | No | Add the description of the template. |
Selling Direction | Yes | Specify the selling direction, to which this template should be applied. |
Initiating stage | No | Specify the opportunity stage for the task to be automatically created from this template. |
Time period in working days | Yes | Specify the due date for the task created from this template. |
Order | No | Specify the order of the task in the task chain. |
Next task template | No | Specify the template that should be used for the creation of the next task after the one created from this template is completed. |
Template | No | Configure the values for the fields to be filled automatically when the task is created from this template. You can only specify the values for the fields of the specified Table. You can read about the Task form in the article Связанные действия. |
Follow up | No | Select the checkbox to run a script specified in the Action field when the task is created from this template. |
Action | Yes | Select the script to run when a task is created from this template. The Action field is only available if the checkbox Follow up is selelcted. |
Script Actions
You can configure the scripts that should be ran when a task is created from a template. It allows for automatization of the opportunity processing.
To create a CRM Script Action, complete the steps below:
- Navigate to CRM → Settings → Script Actions.
- Click New and fill in the fields.
- Click Save or Save and Exit to apply the changes.
CRM Task Template form fields
Field | Mandatory | Description |
---|---|---|
Name | No | Add the title of the script action to be used for identifying the script on the form CRM Task Template. |
Active | No | Select the checkbox if the script action is active. An active script action can be selected on the form CRM Task Template. |
Description | No | Add the description of the script action. |
Script | No | Add script action. You can use methods of the Server-Side API for the script configuration.
Action script example Expand source
(function executeCRMAction(opportunity, crmTask, employee) { opportunity.additional_comments = "Comment was added by CRM Action Script"; opportunity.update(); crmTask.additional_comments = "Comment was added by CRM Action Script"; crmTask.update(); crmTask.additional_comments = employee.display_name; crmTask.update(); })(opportunity, crmTask, employee); |
SharePoint
CRM application is intended to be used together with MS SharePoint for storing the documents and content. This allows for the creation of folders in MS SharePoint from the CRM application.
To configure the Sharepoint settings, complete the steps below:
- Navigate to CRM → Settings → Sharepoint settings.
- Click New and fill in the fields.
- Click Save or Save and Exit to apply the changes.
Sharepoint settings form fields
Filed | Mandatory | Description |
---|---|---|
Active | No | Select the checkbox in the SharePoint instance is active. Only one Sharepoint settings record can be active at the moment. |
Protocol | No | Select the protocol to be used for the connection with SharePoint. Available options:
|
Domain | Yes | Specify the domain of your SharePoint instance. |
Site node name | No | Specify the site node of your SharePoint instance. |
Login | Yes | Specify the login of the user in the SharePoint system used for the connection. The user must have privileges to view create and edit the corresponding folders in SharePoint. |
Password | Yes | Specify the password of the user in the SharePoint system used for the connection. |
Document Folder | No | Specify the title of the document folder in your SharePoint instance. Make sure that the folder is added to SharePoint instance. If the folder does not exist, the connection will not work correctly. |
Content Folder | No | Specify the title of the content folder in your SharePoint instance. Make sure that the folder is added to SharePoint instance. If the folder does not exist, the connection will not work correctly. |
In order to open the fodler structure from the forms Возможные сделки, Компании клиентов, Предложения, Контент, click the button with the folder icon on the Documents tab:
- To add a folder, click Create. The link to the created folder will be added to the corresponding form field automatically.
- To open the created folder, click Open. This button is available after the folder creation. SharePoint will be oepned in the new browser tab.
Products
Before the start of the work, you need to add the products provided by your company, to be able to select them later on the Lead, Opportunity and other forms.
To configure the Products, complete the steps below:
- Navigate to CRM → Settings → Products.
- Click New, specify product name and status.
- Click Save or Save and Exit to apply the changes.
- No labels