Hi Isomorphic,
from the Quick Start Guide, chapter "Operation Bindings", I get that this works in .ds.xml files:
I think that is pretty straight forward having seen the example. But I don't know about when it comes to more advanced cases as AdvancedCriteria+Criterion.
The docs for serverds-AdvancedCriteria is only a copy of clientside-AdvancedCriteria besides the introductory sentence.
How would one express nested criteria? Only with nested <criteria>-tags?
I'll try that later but I think that this is definitely missing from the docs.
Best regards,
Blama
from the Quick Start Guide, chapter "Operation Bindings", I get that this works in .ds.xml files:
Code:
<operationBinding operationType="fetch"> <criteria fieldName="deleted" value="false"/> </operationBinding>
The docs for serverds-AdvancedCriteria is only a copy of clientside-AdvancedCriteria besides the introductory sentence.
How would one express nested criteria? Only with nested <criteria>-tags?
I'll try that later but I think that this is definitely missing from the docs.
Best regards,
Blama
Comment