Hello,
I am working on project work to setup the D365 online instance but based on a CRM 2011 code base which uses early binding classes.
Can I get some help with generating the early binding ServiceContext (Entity.cs) and mainly the OptionSet.cs file as to whether I should be using the “EarlyBind Generator tool” of the XRMToolbox or the native SDK based utility crmsvcutil.cs.
For the native SDK option, I may to find a way to change the "local Option Set Format" to have "_" in between them as the default one from SDK comes as {0}{1} for Entity Schema Name ({0}) and Attribute Schema Name ({1}). Can I get help with this one part too?
Thanks in advance, AR