XrmDefinitelyTyped icon indicating copy to clipboard operation
XrmDefinitelyTyped copied to clipboard

Be able to use .includeFormattedValuesFetch when using .useFetchXml

Open ferodom opened this issue 7 years ago • 3 comments

Maybe I am missing something but I am not able to use .includeFormattedValuesFetch() when my query is based on fetchxml

ferodom avatar Jan 25 '18 23:01 ferodom

You are correct. It is currently not possible to include formatted values when using FetchXml with XrmQuery.

mktange avatar Jan 26 '18 19:01 mktange

is that something is coming? It is not a restriction with the WebAPI correct?

ferodom avatar Feb 01 '18 15:02 ferodom

No it is not a restriction in the WepAPI but simply our API which does not currently support it. We will look into adding .includeFormattedValuesFetch when using .useFetchXml at some point. Can't say when.

Furthermore, we are advising not to use FetchXML if possible.

TomMalow avatar Feb 14 '18 11:02 TomMalow