Hello
Is there a way to have the updateRow function in the javascript pick the field that is being updated dynmically?
It looks like I need to hard code in the salesforce fields that are being updated, so the line would look like:
accountModel.updateRow(row, {Custom_Field__c : value})
I have a variable that pulls in the name of the Salesforce field to be updated, but when I try to plug in that variable it won’t work:
accountModel.updateRow(row, {salesforceFieldNameVar : value})
Is there anyway to make something like this work?
Question
Have updateRow function chose field to update dynamically
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
