Solved
Ideas on how to pull data from User into Customer Info?
Hello Guys,
Probably someone has already tried this, any help is appreciated :)
Basicaly we want to send EBR invitations with Copilot customized with a URL to the CSM Agenda (i.e. Youcanbook.me or similar).
What I've already done:
Step 1.1 - Created a new field called "Agenda URL" in SFDC User object.
Step 1.2 - Created a new field called "Agenda URL CSM" in SFDC Customer Info object.
Step 2 - CSMs will manually update the agenda url User field inside Salesforce.
Step 3 - I want to pull this field into Customer Info object.
PROBLEM:
Using rules engine I can't match User IDs, only Account IDs. I would need to match User IDs in order to mass update all Customers with the Agenda URL of its respective CSM.
Has anyone already accomplished something similar?
Thanks!
Bruno
Probably someone has already tried this, any help is appreciated :)
Basicaly we want to send EBR invitations with Copilot customized with a URL to the CSM Agenda (i.e. Youcanbook.me or similar).
What I've already done:
Step 1.1 - Created a new field called "Agenda URL" in SFDC User object.
Step 1.2 - Created a new field called "Agenda URL CSM" in SFDC Customer Info object.
Step 2 - CSMs will manually update the agenda url User field inside Salesforce.
Step 3 - I want to pull this field into Customer Info object.
PROBLEM:
Using rules engine I can't match User IDs, only Account IDs. I would need to match User IDs in order to mass update all Customers with the Agenda URL of its respective CSM.
Has anyone already accomplished something similar?
Thanks!
Bruno
Best answer by seth
Hi Bruno,
I think you'll want to create a Data Space that begins with CustomerInfo, then uses CustomerInfo's Account ID field to look up to the Account object, and then uses Account's CSM ID field to look up to the User object.
To the Data Space, add the ID fields and custom fields from the Account and User objects, along with any fields that you would want to filter on in the Rule. If you don't need any information from CustomerInfo, you could just do a Data Space based on Account, instead of based on Customer Info.
Then create a Rule based on that Data Space. Use a 'Load to Customers' Action to take that field from the User object and inject it into the CustomerInfo.
Hope that makes sense!
View originalI think you'll want to create a Data Space that begins with CustomerInfo, then uses CustomerInfo's Account ID field to look up to the Account object, and then uses Account's CSM ID field to look up to the User object.
To the Data Space, add the ID fields and custom fields from the Account and User objects, along with any fields that you would want to filter on in the Rule. If you don't need any information from CustomerInfo, you could just do a Data Space based on Account, instead of based on Customer Info.
Then create a Rule based on that Data Space. Use a 'Load to Customers' Action to take that field from the User object and inject it into the CustomerInfo.
Hope that makes sense!
Reply
Sign up
If you ever had a profile with us, there's no need to create another one.
Don't worry if your email address has since changed, or you can't remember your login, just let us know at community@gainsight.com and we'll help you get started from where you left.
Else, please continue with the registration below.
Welcome to the Gainsight Community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.