04-18-2018 03:31 AM
There is no unique id/field/column to select in the snap so that, we can update that particular record/row in the table.
04-18-2018 05:23 AM
A Mapper Snap before the Salesforce Update Snap can be used to specify ID.
See the example in the documentation: https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438491/Salesforce+Update
04-18-2018 06:50 AM
Hi dmiller,
for example, I want to update the table in which 3 columns are there; empNo, Salary, Department.
now, I want to increase the salary for particular department. My question is where we are configuring that Department is condition and Salary is the updating column. In mapper we just map two columns Salary and Department.
04-20-2018 01:14 PM
I’m having a similar problem with a custom object. I believe it has to do with permissions and if the columns are accessible and updateable to your user. I am currently working with my Salesforce administrator prior to raising a support ticket.
04-23-2018 12:47 AM
Hi @brianrandolph , I could not get in what way it is related to my question.