I am currently using the base crmsvcutil to generate the entity classes from our CRM instance, but I would like to have a way to generate the attribute logical names as properties or something similar for each entity. I want to avoid using the hard-coded string values if possible. I saw the sample code that was part of the SDK showing how to generate option set enums, but I haven't seen much of an explanation of how the extensions work with the crmsvcutil. Is it possible to build an extension on the crmsvcutil to generate the attribute logical names as properties or enums? And if so, I learn best from sample code :) Thanks!
↧