There seems to be web services to create entity, fields, solution, global option set and many more within CRM 2011 SDK. However I don't see any web services to create a form for an entity. Anyone know any back door or ways to create a forms outside of CRM 2011 using C# or VB?
7
votes
1 Answers
8
votes
You'll have to spend some time looking at FormXml
to fine-tune the look of your form(s), but you can programmatically manage your entity forms via the SystemForm
entity.
FormXml is stored in the SystemForm entity. You can programmatically retrieve and update the FormXml using this entity.