Description Usage Arguments Value Author(s) Examples
View source: R/rforcecom.delete.R
Delete a record
1 | rforcecom.delete(session, objectName, id)
|
session |
Session data. It can be retrieve from |
objectName |
An object name. (ex: "Account", "Contact", "CustomObject__c") |
id |
Record ID to retrieve. (ex: "999x000000xxxxxZZZ") |
No data.
Takekatsu Hiramura <thira@plavox.info>
1 2 3 4 5 6 7 | ## Not run:
# Deleting a record
objectName <- "Account";
id <- "999x000000xxxxxZZZ" # Record's Id
rforcecom.delete(session, objectName, id)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.