Skip to main content
Version: 1.0.0

Getting Started with CRM

Roles


Start setting up your system by assigning your employees with appropriate roles and add them to 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).

tip

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
NameNAdd the title of the selling direction.
Add new groupNSelect the checkbox if you need to add a new user group for the selling direction.
GroupNSpecify 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.
OwnerNThe employee responsible for the group. The field is filled in 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 closingNSelect the checkbox if the opportunities of this selling direction can be closed as won on any stage. If the checkbox is not selected, the opportunities can only be closed as won starting with the Decision stage.
The setting is relevant if the value of the system property crm.allow.quick.closing is false. If it is true, you can close any opportunities on any stage.
ProductNSelect the checkbox if the selling direction provides products.
ProductsNSpecify the products included in the selling direction.
Recurrent serviceNSelect the checkbox if the selling direction provides recurrent services.
ServicesNSpecify the services included in the selling direction.
SolutionNSelect the checkbox if the selling direction provides a solution.
VendorsNSpecify the vendors that provide the solution included in the selling direction.
Project worksNSelect the checkbox if the selling direction is related to project work.

Opportunity stages


Prior to the start of the work, you can configure opportunity stages by adding the 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
NameYAdd the title of the opportunity stage.
Minimum probability of opportunity, %NSpecify the minimum probability of closing the deal in percentage for the opportunity to take this stage.
Customer centric stageNSpecify the customer centric stage, in which this opportunity stage is included.

Task chains


The tasks can be created automatically when the responsible employee moves the opportunity to a new sales stage. It allows for automation of business processes. Use task templates to configure this 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
ActiveNSelect the checkbox to make the template active. An active template automatically creates tasks when the opportunitiy is moved to the specified initiating stage.
NameYAdd the title of the task template.
TableYThe table, to which the task created from this template is added. The field is filled in automatically with the value Task (crm_task).
Short descriptionNAdd the description of the template.
Selling directionYSpecify the selling direction, to which this template should be applied.
Initiating stageNSpecify the opportunity stage, moving to which initiates the creation of the task from this template.
Time period in working daysYSpecify the due date for the task created from this template.
OrderNSpecify the order of the task in the task chain.
Next task templateNSpecify the template that should be used for the creation of the next task in the chain after the completion of the task created from this template.
TemplateNConfigure the values for the fields of the task 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 Related Actions.
Follow upNSelect the checkbox to run a script specified in the Action field when the task is created from this template.
ActionYSpecify the script to run when a task is created from this template.
The Action field is only available if the checkbox Follow up is selected.

Script actions


You can configure the scripts that should be ran when a task is created from a template. It allows for the automation 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 Script Action form fields

FieldMandatoryDescription
NameNAdd the title of the script action for identifying it on the form CRM Task Template.
ActiveNSelect the checkbox if the script action is active. An active script action can be selected on the form CRM Task Template.
DescriptionNAdd the description of the script action.
ScriptNAdd the 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

FieldMandatoryDescription
ActiveNSelect the checkbox if the SharePoint instance is active. Only one Sharepoint Settings record can be active at the moment.
ProtocolNSelect the protocol to be used for the connection to the SharePoint. Available options:
  • https://
  • http://
DomainYSpecify the domain of your SharePoint instance.
Site node nameNSpecify the site node of your SharePoint instance.
LoginYSpecify the login of the user in the SharePoint used for the connection. The user must have privileges to view, create and edit the corresponding folders in the SharePoint.
PasswordYSpecify the password of the user in the SharePoint used for the connection.
Document folderNSpecify the title of the document folder in your SharePoint instance. Ensure that the folder is added to the SharePoint instance. If the folder does not exist, the connection will not work correctly.
Content folderNSpecify the title of the content folder in your SharePoint instance. Ensure that the folder is added to the SharePoint instance. If the folder does not exist, the connection will not work correctly.

In order to open the folder structure from the forms Opportunity, Customer Company, Offering, Content, click the button with the folder icon on the Documents tab.

  • To add a folder, click Create. The link to the created folder is added to the corresponding field automatically.
  • To open the created folder, click Open. This button is available after the folder creation. SharePoint is opened in the new browser tab.

Products


Before the start of the work, add the products of your company to select them on the Lead, Opportunity and other forms.

To configure a product, 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.