Extraction of field labels in Dynamics CRM -


do know how can extract field labels of fields code c# or sql?

enter image description here

i can extract "display name" not labels.

my purpose extract list of labels each field in different forms.

afaik, crm form fields & whole funda stored in xml. can try query & see form metadata.

i recommend exporting translations & see through labels in 1 place. alter label text, correct typos, spelling mistakes @ 1 shot & reimport.

you said want not why want (purpose). please check 'form related tools' in xrmtoolbox see if it's helpful.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -