I am trying to make a plugin for CRM 2011 that will update some values in a contact entity when it has been disabled.
When a contact gets disabled: I want it to change 3 radio buttons to "Nei" (No in Norwegian). This will disable the access to my self-service portal i have for my customers. You can see a picture of my contact entity with the radio buttons in it here. I want to force all those radio buttons to "Nei" when contact is disabled.
I am a complete beginner with CRM plugin development, and a fairly new user of C#. So please keep it as simple as possible.
I have been reading through the manuals for weeks and i cant seem to get anywhere. (Well, Microsoft is not known for their well written manuals).