Hello,
It looks like the select API is removing fields which have no data in them, is this really what's happening?
When I use the below function for a field set and one field has no data, it doesn't seem to return in the data set.
Hi Dominic Riccetti,
This is actually pretty standard for passing xml, if there is no data why does the node need to be there? Your code shouid be able to check whether the node exists.
Dave