Views:

Description

Creates a note within the system if the supplied record guid exists. Can also use this function to add attachments such as Word docs, PDFs, etc. click the link below for samples.

Signature

CreateNoteIfExists('title', 'regardingentityname', 'regardingentityid', 'note')

Example

CreateNoteIfExists('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