New Step: Update a Salesforce Object
Closed this issue · 0 comments
iamEAP commented
As a Crank user, I should be able to update any Salesforce Object via step
Proposed Step Name: Update a Salesforce Object
Proposed Step Expression: update a salesforce (?<objName>[a-zA-Z0-9]+) object
Proposed Step Fields:
objName
: (typeSTRING
) Salesforce object namesalesforceObject
: (typeMAP
), where keys represent object field names as represented in the SFDC API
Proposed Step Records:
salesforceObject
(typeKeyValue
, namedUpdated Object
), returned on pass. Guaranteed fields should include:Id (type
STRING`) Object's Salesforce IDCreatedDate
(typeDATETIME
) Object's Created DateLastModifiedDate
(typeDATETIME
) Object's Last Modified Date