How to list the fields used in Account?
Hi,
I'm coding C# to extract Account data from CRM On Demand.
I've got some information of Account fields by FieldManagementService. And I've got Account data as an array of class AccountData by the web service Account. But either field name or field display name from FieldManagementService are not the exact string of AccountData property name.
How can I get the exact mapping between AccountData property names and the field list of Account? Is there any other way to get a field list of Account?
By the way, the field types got from FieldManagementService all like display types for controls, instead of data types. Is that right? Where can I get the fields described by data types?
I'm coding C# to extract Account data from CRM On Demand.
I've got some information of Account fields by FieldManagementService. And I've got Account data as an array of class AccountData by the web service Account. But either field name or field display name from FieldManagementService are not the exact string of AccountData property name.
How can I get the exact mapping between AccountData property names and the field list of Account? Is there any other way to get a field list of Account?
By the way, the field types got from FieldManagementService all like display types for controls, instead of data types. Is that right? Where can I get the fields described by data types?
0