
Hi Dynamics experts,
I need to create a report from Dynamics 365 Finance instance that need to contain following data:
- scheman name of filed
- data type of field
- helptext property of field
Is there way to that by using some tool. e.g something like XrmToolBox or other tool technology.
Any hint would be highly appreciated.
Hi Istanczak,
There is a class called SysDictField which you can use to loop through the meta data of the fields. Do you need all the fields from all tables? That would be a huge list.