FetchXMLBuilder icon indicating copy to clipboard operation
FetchXMLBuilder copied to clipboard

Using valueof also includes value in generated FetchXml which makes generated query invalid (always returns zero results)

Open ColinCMillar opened this issue 3 years ago • 1 comments

When using the valueof condition type, the generated FetchXML adds in both a "value" AND a "valueof" attribute. This means that the query for all valueof conditions returns no results.

For example:

image

Many thanks for the otherwise excellent tool.

ColinCMillar avatar Aug 25 '22 12:08 ColinCMillar

Aouch! That will be fixed for next release!

rappen avatar Aug 25 '22 13:08 rappen