Just like I wrote in the subject. Let's say I have a table called "Scaffold". This table has a relationship 1:N with another table called "Position". If I go in the Scaffold's form, navigate through "related" link and click in "new", I can create a new record in the Position's table. My problem is that when I do this, the CRM call the "associate" message, calling both create and update message togheter. So if I have different control in my plugin between create and update, I have many problem when update message is called in creation.
I read on many forum that associate message is called in an N:N relationship, so I would like to understand if it is a common behavior that it is called also in an 1:N relationship. If so, who I can avoid to call the update message on create?
I found this problem in any new record created through related tab. No problem at all if I create new record in any other way, even if I valorize lookup