How to retrieve Attribute Display name from CRM 4.0 Plugin?

You'll have to make a call to the MetadataService to get the AttributeMetadata which has a DisplayName property.

– nav100 Apr 8 at 18:31 Using the MetadataService works the same as the normal CrmService. In a plugin, you just call context. CreateMetadataService() to get it.

– GCATNM Apr 8 at 18:33 I got this working: IMetadataService metadataService = context. CreateMetadataService(false); But I couldn't get this line working. RetrieveAttributeRequest attributeRequest = new RetrieveAttributeRequest(); – nav100 Apr 8 at 18:39.

Dynamics crm - How to retrieve Attribute Display name from CRM 4.0 Plugin - Stack Overflow.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions