clicksor

Sunday, October 6, 2013

Plugin


 

1.       Pre-validation: use before form validation

2.       Pre-operation: use after form validation and before values are saved in the database.

3.       Post-operation: use values are changed in the database after inserting/updating in the database.

 
Plugins can be registered in-transaction so they are able to roll-back the main operation if the plugin fails.



Plugins are written in .NET and this supports any action that can be achieved using the CRM SDK.



Plugin supports as follows,

- Synchronous execution

- Asynchronous execution

- offline.

No comments:

Post a Comment