Pretty new to Dynamics CRM 2011.
I'm creating a data integration with Dynamics CRM using the services interface for another Customer. The service interface works great, but there a handful of custom fields (attributes) we need to have added to their instance. The customer won't give us temporary admin or even "Customizer" roles on their Dev/test instance to create the additional attributes.
We've tried describing in prose the changes we need them to make, but invariably it takes a day to go round trip in email, and some things get done correctly, while other fields will need small corrections after the first time they attempt the change. (painful)
(1) Is there a way to export the schema changes in a DDL type script? I know a little about "solutions" and I am trying to create one. But for a small set of changes like this, a DDL script that they could examine and then run seems like the obvious solution.
I know there is excellent programmatic access to customizing Dynamics CRM. (2) Is that an option for exporting schema changes, or is that not what it is for?
(3) If a "Solution" is my best bet here, are there any tips I should know about to make it simple and easy for everyone for this handful of new fields, relationships, and lookups?
Thanks in advance