I am looking for guidance on the best approach for passing extra properties from the client to the server through the DSRequest. I don't want to pass them through criteria because the properties don't exist in the data source, and am concerned with using http parameters as I am not sure how queuing would affect them.
The immediate problems I am trying to solve are:
- pass extra query properties that are used in conjunction criteria to fetch data but not on fields defined in the data source.
- implement a paging style fetch where I can pass page size, count and page to select.
I am using: v8.3p_2013-05-07/Pro Deployment (built 2013-05-07)
The immediate problems I am trying to solve are:
- pass extra query properties that are used in conjunction criteria to fetch data but not on fields defined in the data source.
- implement a paging style fetch where I can pass page size, count and page to select.
I am using: v8.3p_2013-05-07/Pro Deployment (built 2013-05-07)