Is there anyway I can receive a default value in Fetch XML queries
For example
<attribute name="fullname" />
If in the entity "fullname" is not set in dynamics currently it's not returning the attribute. Is there any way I can receive blank in the result set?
I am using
EntityCollection collection = svc.RetrieveMultiple(new FetchExpression(body.ToString()));
I don't want to check for the attribute, don't want to hardcode, in the code as it can be any attribute.