You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Roles


Start setting up your system by assigning your employees with appropriate roles and add them the groups of the required selling directions. It needs to be done in order for them to access the agent interface. The "out-of-the-box" solution includes five roles:

  • crm_certificate_manager – the employee responsible for the creation of the certifications and emissions of the certificates.
  • crm_marketeer – the employee responsible for the marketing campaigns and marketing lists management. 
  • crm_admin – CRM 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 the opportunities and manage them. 

Detailed information about access levels is presented in the ACL article. Extended information on the CRM application roles is available 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 the roles, you need to assign employees to the Selling Directions. Selling direction is an organizational structure used for the grouping of the employees depending on their field of activity. An employee's selling direction is automatically added to the corresponding field on the forms Leads, Opportunities, Customer Companies, Content.

You can see existing selling directions in the table Selling Directions (crm_selling_direction).

Role required: crm_admin.

To create a selling direction, complete the steps below:

  1. Navigate to CRM → Settings → Selling Directions.
  2. Click New and fill in the fields.
  3. Click Save or Save and Exit to apply the changes. 

Selling Direction form fields 

FieldMandatoryDescription
NameNoAdd the title of the selling direction.
Add new groupNoSelect the checkbox if you need to add a new user group for the selling direction.
GroupNo

Specify the user group to be assigned to the selling direction. The selling direction is automatically added for the particpants of this group on the forms Leads, Opportunities, Customer Companies, Content.

The field Group is only available if the the checkbox Add new group is not selected.

OwnerNo

The employee responsible for the group. The field is filled automatically from the group's Responsible if specified.

The field Owner is only available if the the checkbox Add new group is not selected.

Allow quick closingNo

Select the checkbox if the opportunity of this selling direction can be closed as won 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.

ProductNoSelect the checkbox if the selling direction provides a product.
ProductsNoSpecify the products included in the selling direction.
Recurrent serviceNoSelect the checkbox if the selling direction provides recurrent services.
ServicesNoSpecify the services included in the selling direction.
SolutionNoSelect the checkbox if the selling direction provides a solution.
VendorsNoSpecify the vendors that provide the solution included in the selling direction.
Project worksNoSelect 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:

  1. Navigate to CRM → Settings → Opportunity stages.
  2. Click New and fill in the fields.
  3. Click Save or Save and Exit to apply the changes. 

Opportunity stage form fields 

FieldMandatoryDescription
NameYesAdd the title of the opportunity stage.
Minimum probability of opportunity, %NoSpecify the minimum probability of closing the deal in percentage.
Customer centric stageNoSpecify 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:

  1. Navigate to CRM → Settings → Task chains.
  2. Click New and fill in the fields.
  3. Click Save or Save and Exit to apply the changes. 

CRM Task Template form fields 

FieldMandatoryDescription
ActiveNoSelect the checkbox to make tthe template active. An active template automatically creates tasks when the opportunitiy moves to the specified initiating stage.
NameYesAdd the title of the task template.
TableYesThe table, to which the task created from this template is added. The field is filled automatically with the value Task (crm_task).
Short DescriptionNoAdd the description of the template. 
Selling DirectionYesSpecify the selling direction, to which this template should be applied. 
Initiating stageNoSpecify the opportunity stage for the task to be automatically created from this template.
Time period in working daysYesSpecify the due date for the task created from this template.
OrderNoSpecify the order of the task in the task chain.
Next task templateNoSpecify the template that should be used for the creation of the next task after the one created from this template is completed.
TemplateNo

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 upNoSelect the checkbox to run a script specified in the Action field when the task is created from this template. 
ActionYes

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:

  1. Navigate to CRM → Settings → Script Actions.
  2. Click New and fill in the fields.
  3. Click Save or Save and Exit to apply the changes. 

CRM Task Template form fields 

FieldMandatoryDescription
NameNoAdd the title of the script action to be used for identifying the script on the form CRM Task Template.
ActiveNoSelect the checkbox if the script action is active. An active script action can be selected on the form CRM Task Template.
DescriptionNoAdd the description of the script action.
ScriptNo

Add script action. You can use methods of the Server-Side API for the script configuration.

Action script example
(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:

  1. Navigate to CRM → Settings → Sharepoint settings.
  2. Click New and fill in the fields.
  3. Click Save or Save and Exit to apply the changes. 

Sharepoint settings form fields 

FiledMandatoryDescription
ActiveNoSelect the checkbox in the SharePoint instance is active. Only one Sharepoint settings record can be active at the moment.
ProtocolNo

Select the protocol to be used for the connection with SharePoint. Available options:

  • https://
  • http://
DomainYesSpecify the domain of your SharePoint instance.
Site node nameNoSpecify the site node of your SharePoint instance.
LoginYesSpecify 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.
PasswordYesSpecify the password of the user in the SharePoint system used for the connection.
Document FolderNoSpecify 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 FolderNoSpecify 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:

  1. Navigate to CRM → Settings → Products.
  2. Click New, specify product name and status. 
  3. Click Save or Save and Exit to apply the changes. 

  • No labels