Description Usage Arguments Value Author(s) Examples
View source: R/rforcecom.create.R
Create a record
1 | rforcecom.create(session, objectName, fields)
|
session |
Session data. It can be retrieve from |
objectName |
An object name. (ex: "Account", "Contact", "CustomObject__c") |
fields |
Field names and values. (ex: Name="CompanyName", Phone="000-000-000" ) |
No data.
Takekatsu Hiramura <thira@plavox.info>
1 2 3 4 5 6 | ## Not run:
objectName <- "Account"
fields <- c(Name="R Analytics Service Ltd", Phone="5555-5555-5555")
rforcecom.create(session, objectName, fields)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.