_setNote
Sets a Note for an Email which Tasks will be Imported to.
Parameters
id
The ID of the Email.
val
The Notes to be put onto the email
Example
FM_api('ImportTasksEmail_setNote',[
'id'=>'90186',
'val'=>'Test Note'
]
);Results
On Failure
If the "id" parameter is not given a value or has a value less than 1:
If the "val" parameter has no value after being trimmed:
If the "val" parameter has over 65535 characters in length:
If the "id" parameter does not match the ID of an existing email:
On Success
Last updated