(Tạo trang mới với nội dung “First name your rule, then enter a value and a domain (refer on the official python documentation for more information). For example, if you want to assig…”)
Here are some criteria you can use to build a scoring rule :
Here are some criteria you can use to build a scoring rule :
• country of origin : 'country_id'
• country of origin : 'country_id'
+
• stage in the sales cycle : 'stage_id'
• stage in the sales cycle : 'stage_id'
+
• email address (e.g. if you want to score the professional email addresses) : 'email_from'
• email address (e.g. if you want to score the professional email addresses) : 'email_from'
+
• page visited : 'score_pageview_ids.url'
• page visited : 'score_pageview_ids.url'
+
• name of a marketing campaign : 'campaign_id'
• name of a marketing campaign : 'campaign_id'
After having activated your rules, Kiu ERP will give a value to all your new incoming leads. This value can be found directly on your lead's form view.
After having activated your rules, Kiu ERP will give a value to all your new incoming leads. This value can be found directly on your lead's form view.
Bản hiện tại lúc 09:39, ngày 21 tháng 12 năm 2017
First name your rule, then enter a value and a domain (refer on the official python documentation for more information). For example, if you want to assign 8 points to all the leads coming from Belgium, you'll need to give 8as a value and 'country\_id',=,'Belgium' as a domain.
Tip
Here are some criteria you can use to build a scoring rule :
• country of origin : 'country_id'
• stage in the sales cycle : 'stage_id'
• email address (e.g. if you want to score the professional email addresses) : 'email_from'
• page visited : 'score_pageview_ids.url'
• name of a marketing campaign : 'campaign_id'
After having activated your rules, Kiu ERP will give a value to all your new incoming leads. This value can be found directly on your lead's form view.