Hi All,
I'm having a question regarding CRUD(Create, Read, Update, Delete) operations in plugins. My question is the following:
When you Create/Update/Retrieve/Delete a record in a plugin(Hence, CRUD operation in code), does that process triggers plugins related to the corresponding message? For example, let's say that I retrieve an Account with a service.Retrieve() and I have 4 plugins related to the Account retrieving message. Does that retrieve triggers those 4 plugins?
Thanks in advance.
Regards.