I create a solution in Dynamic CRM 2011 for sending SMS.
in my solution i have 2 entity,the first one for sending SMS and the second one for save Send result.
I create plugin for second entity, plugin connect to web service and check the result of sending and update the entity, so the steps for update sending statue should be like below:
1- User select one or more entity and press a custom button in ribbon
2- CRM run my plugin and connect to web service and update the result field
so i create the plug in and create the button but i don't know how to run plugin(C# Code) when button hase been pressed.
if any one know this or have better solution for update SMS result, please tell me.
note: i register a Update step and a pre Image for plugin.
please help me.