I created an action in CRM 2013 with an optional input parameter. Using the request class generated by crmsvcutil, if I do not set the property value for the optional input parameter, the service call fails with an object reference error. If I set the
optional input parameter in my code, then the action completes successfully. Doesn't seem very "optional" to me. Anyone else have experience with this?
↧