Hi,
I'm extracting data with an ad-hoc data source from a DOM definition that consists of three section definitions.
Currently, I'm using the Read method to retrieve all the data. However, in this scenario, I'm solely concerned with the data into a particular section definition.
var records = GoldenBatchManager.DomHelper.DomInstances.Read(fullFilter);
Is there a way to exclusively retrieve information from just one specific section definition? I understand that a GetFieldValue operation could be performed for the various fields within that specific section definition.
Thanks
Hi Leander,
The current API (10.3.10) will always return the entire DOM instance including all sections. There's a roadmap item coming up, to only return specific fields from the API, although the specifics of this plan are still under development.