CRM 4.0 自行開發 Plugin 的一個範例
若想要開發 CRM 4.0 的 Plugin 的朋友,可以參考這個範例。詳細資訊:
LogContextToCRM plug-in logs all the Context to new_plugincontext entity
AmIExecutingOffline plug-in displays a popup showing if plug-in is running in Offline or on the Server
RetrieveEntityId retrieves the EntityId from the InputParameters property bag
RetrieveIncidentIdOnCloseIncident gets the IncidentId from the InputParameters property bag
PluginHelper.cs has all the libraries to help write plugins easier