Hi all, I really need some assistance; I need to connect to CRM Online and get the attributes that are on each form of the Account entity, including custom entities. I know that in the CRM org DB there is a table called SystemForm, and in that is a column
called FormXML. The problem I am having is that when I run a query for the Account entity; it only returns 2 forms of type 2; so none of my custom forms.
So;
1. How do I return my custom form?
2. Once I have my custom formXML loaded, lets say I am able to parse the XML, how do I get the metadata for that attribute? For instance I have an optionset in my custom account form, how do I get the values and names for that attribute?
Any assistance greatly appreciated.