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

Meta Data Using WebApiRequest

Sample CRUD Operations Using C# in MSCRM

Basic Plugin Code in D365 using C#