View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003502 | OXID ERP Interface | OXID ERP Interface - sub | public | 2012-01-18 11:08 | 2012-06-17 14:02 |
Reporter | mindaugas.rimgaila | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 2.10.0_45565 | ||||
Summary | 0003502: ERP if specified parameter iStart, optional parameter iCount becomes mandatory | ||||
Description | If specified parameter iStart, optional parameter iCount becomes mandatory. It should not influence function behaviour and if iCount parameter is not specified should interpret it as no count limit is specified and return all items. | ||||
Steps To Reproduce | Call SOAP method "OXERPGetOrders" with parameters: iStart = 1, sSessionID = <SESSIONID> Expected result: return all orders from the first one; Actual result: returns empty result set; | ||||
Additional Information | Temporary solution: set iCount parameter to "-1". | ||||
Tags | No tags attached. | ||||
has duplicate | 0003497 | closed | dainius.bigelis | Parameter iStart on OXERPGetOrders doesn't work correctly |