|
|
.
Salesforce Add Task REST
File Details
|
Downloads
: |
567 |
File Size
: |
72.5kB |
|
Posted By
: |
Andreas |
Views
: |
6005 |
|
Date Added
: |
21 Nov 2006 |
|
This REST robot adds a new task to Salesforce.com. It has been developed and tested using a generic template, so it might need to be changed slightly to work in company-specific setups. Using this robot new tasks can be added to Salesforce from basically any other application.
Input values:
username - mandatory, the Salesforce user that the robot should use to login to Salesforce
password - mandatory, the users password
assignedTo - optional, the full name (not username) of the user that the new task should be assigned to. If not specified the new task will be assigned to the username user.
subject - mandatory, needs to be a valid Subject for the Salesforce user
dueDate - optional, if specified it must be in the same date format as it is specified that the user uses in Salesforce
status - optional, needs to be a valid Status for the Salesforce user. If not specified the default status will be used.
comment - optional, the text content of the new task
Output value:
result - either an error message or a message saying that the robot was successfull
|
|