Hi Isomorphic,
I'm getting this warning in my server logs (v12.1p_2022-03-16 but if this also affects 12.0p, could you change it there as well?):
This seems strange to me, as the request in question does not use a clientside outputs.
The .ds.xml operationBinding does this though, but all fields in question are fields of the DataSource:
Could you improve the logged warning so that this also mentions the field(s) the framework is unhappy about? This way I might get closes to the real issue of this possibly bogus warning.
Thank you & Best regards
Blama
I'm getting this warning in my server logs (v12.1p_2022-03-16 but if this also affects 12.0p, could you change it there as well?):
Code:
WARN com.iso.dat.DSRequest [https-openssl-nio-443-exec-6] The dsRequest contains a client-specified 'outputs' which contains a reference to a field that is not on this DataSource and is not a dynamic reference to a field on another DataSource. Ignoring the client-specified value
The .ds.xml operationBinding does this though, but all fields in question are fields of the DataSource:
Code:
<operationBinding operationType="fetch" operationId="fetchCount" serverMethod="fetchCount" outputs="LEAD_ID, STATUS_SHORTNAME, STATUS_POSITION, STATUS_PICKED"> <summaryFunctions> <LEAD_ID>count</LEAD_ID> </summaryFunctions> <groupBy> <groupByField>STATUS_SHORTNAME</groupByField> <groupByField>STATUS_POSITION</groupByField> <groupByField>STATUS_PICKED</groupByField> </groupBy> </operationBinding>
Thank you & Best regards
Blama
Comment