Hi All,
I need to know to extract data using sql query to get list of fields that embedded on particular entity form?
I know it can be performed by xrmtoolbox, but my requirement is different and need to extract this information from sql query.
example : in "account" entity we have "information" form and within information form we have "first name", "last name" as fields.
so, the result of query it should be :
entity | form | logical field | display field |
account | information | firstname | First Name |
account | information | lastname | Last Name |
thanks in advance
*This post is locked for comments