what is Append and Append To?

A append B   -> appends B to A
A appendto B  -> appends A to B

For example: When you attach a note to a case, you must have the Append access right on the note and the Append To access right on the case for the operation to work.


on Case          form     Note lookup
Append to                  Append
         N              :          1          (Relationship)

Comments

Popular posts from this blog

Calling Action using javascript with web api request in mscrm

how to get the XRM/FromContext on html page in D365.

When to use a workflow instead of a plug-in