Description
Creates a note within the system. Can also use this function to add attachments such as Word docs, PDFs, etc. click the link below for samples.
Signature
CreateNote('title', 'regardingentityname', 'regardingentityid', 'note')
Example
CreateNote('MyTitle', 'account', [account.accountid], 'This is a note...')
Parameters
Name | Type | Description | Required |
---|---|---|---|
title | xxxx | xxxx | xxxx |
regardingentityname | xxxx | xxxx | xxxx |
regardingentityid | xxxx | xxxx | xxxx |
note | xxxx | xxxx | xxxx |