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

Basic Plugin Code in D365 using C#

CURD (Create, Update, Retrieve and Delete) Operation in D365 using Power Shell Script

Meta Data Using WebApiRequest