rforcecom.upsert {salesforcer} | R Documentation |
The salesforcer
backwards compatible version of
RForcecom::rforcecom.upsert
Description
Usage
rforcecom.upsert(session, objectName, externalIdField, externalId, fields)
Arguments
session |
|
objectName |
|
externalIdField |
An external Key's field name. (ex: "AccountMaster__c") |
externalId |
An external Key's ID. (ex: "999x000000xxxxxZZZ") |
fields |
Field names and values. (ex: Name="CompanyName", Phone="000-000-000" ) |
Value
NULL
if successful otherwise the function errors out
[Package salesforcer version 1.0.1 Index]