Forum Discussion
In you data, what is the thing which determines if it is an item or tender?
This pipleine does what you want I think. I put the inoput data in the CSV generator at the beginning, and the output of the join give the data you need.
Take a look.
Group_test_2019_03_23 (1).slp (23.7 KB)
- dmiller5 years agoFormer Employee
I have forwarded this feedback to our Documentation team and I’ll see if we have any videos or other information.
In the mean time, is there anything specifically you need clarification on?
- Garrett5 years agoNew Contributor II
Well I need the full process on how to setup the Dynamic Account.
What do I need to do in Salesforce and then what values I set in the Snap. I need the map of where I get that access token.
I tried based on what fields were available in the Snap.
The instructions are not clear:
· A Salesforce Dynamic Account with values supplied by pipeline parameters. You must use pipeline parameters since accounts get initialized before Snaps.
First, send a out-of-band POST to “https://login.salesforce.com/services/oauth2/token” such as:
grant_type=password&client_id=<client_id>&client_secret=<client_secret>&username=%40&password=What is client_id, what is client_secret?
Thanks,
- marenas4 years agoContributor
Hi,
I do have the same use case. We have a Salesforce sandbox and our Salesforce Administrator grants me admin access to create the Connected App in Salesforce. I used this resource from SnapLogic documentation and has been really helpful.