Solved

Creating a rule to write a product adoption scoring label to SFDC

  • 29 July 2020
  • 2 replies
  • 98 views

Badge

I am trying to create a rule where I need to write the Overall Product Adoption Usage label (red, yellow or green) to a field in SFDC, but I am not seeing this as being available in the MDA object. Has anyone had similar issues with this?  I know I have seen this in reporting but just now seeing this in rules.  I am also having support look at the issue so will report back if I have more info, but curious if anyones else has experienced this.

 

icon

Best answer by jean.nairon 30 July 2020, 19:05

View original

2 replies

Badge

OK so looks like this is doable, yay, here are the results from support, in case anyone else runs into this!

 

So, initially, you pulled in the Label, from the company, hence you are seeing the overall score Label.
Since your requirement is to pull in the labels of individual measure, of a Group., we will need to pull in the Label from the 'current score id'.

 

 

Userlevel 6
Badge +4

@ablnsj, that’s correct. You can pull from the Current Score and filter for the Overall Product Adoption measure. So your rule will have 1 task which queries the Account Health Scorecard Fact table with at minimum the SFDC Account ID and the Current Score ID Label as you have it shown. 

And then you just need to create 1 action to load it to the SFDC account. Quick tip, make sure you adjust the Rule Engine permissions so you have access to write to the SFDC object and field. Here’s some more information: 

 

Configure Rule Load Actions

This section explains how to configure the Rule Load Action page. You must configure the Salesforce objects and fields on which the Load to SFDC Action type must be used, in this page.

To configure Rule Load Actions:

  1. Navigate to Administration > Operations > Rules Engine.
  2. Click the Settings icon on the top right corner.
  3. Select the Permissions - Rules Load Actions option. The Permissions - Rules Load Actions page is displayed.

1..GIF

  1. Select the Salesforce object to which you wish to load data and click +.
  2. Click the selected object. The fields of the selected object are displayed in the Available Fields column.  
  3. Select the required fields and click the Add arrow. (Press Ctrl +A to select all the fields). The fields are moved to the Selected Fields column.
  4. Click SAVE.
  5. Click BACK to navigate to the RULES LIST page.

2..GIF

You can now load data to all the fields of the Contact object. Repeat steps 3-8, to add more objects and fields.

 

Here’s the original article from Gainsight for more help: https://support.gainsight.com/Gainsight_NXT/03Rules_Engine/02Admin_Guides/Configure_Load_to_SFDC_Objects_Action_Type#Configure_Rule_Load_Actions

Reply