CRM 2011: How to Update record in a Create Plugin?
问题 I'm having serious problems in how to update the record that has just been created with some additional data. Case: I have an sms activity. On create an sms record. A plugin fires to actualy send the sms. A third party sms provider takes cares of the sending and returns a status string. Based on these string, a status for the sms must be updated. Here's some of my code: public void Execute(IServiceProvider serviceProvider) { IPluginExecutionContext context = (IPluginExecutionContext)