Description Usage Arguments Value Author(s) Examples
View source: R/rforcecom.update.R
Update a record
1 | rforcecom.update(session, objectName, id, fields)
|
session |
Session data. It can be retrieve from |
objectName |
An object name. (ex: "Account", "Contact", "CustomObject__c") |
id |
Record ID to update. (ex: "999x000000xxxxxZZZ") |
fields |
Sets of field name and its value. (ex: Name="CompanyName", Phone="000-000-000" ) |
No data.
Takekatsu Hiramura <thira@plavox.info>
1 2 3 4 5 6 7 8 | ## Not run:
# Updating a record
objectName <- "Account"
id <- "999x000000xxxxxZZZ"
fields <- c(Phone="9999-9999-9999")
rforcecom.update(session, objectName, id, fields)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.