Hi Isomorphic,
please see the #formatted_export_builtin-sample and filter for Order ID=514.
DSRequest is (see "itemName"):
Reason is the empty-item in the itemName-SelectItem. If you select an other item, it works. This is most likely related to this thread.
Tested with online showcase v10.0p_2015-03-25 and FF26.0 / GC41.
Best regards,
Blama
please see the #formatted_export_builtin-sample and filter for Order ID=514.
DSRequest is (see "itemName"):
Code:
{ dataSource:"largeValueMap_orderItem", operationType:"fetch", componentId:"isc_ListGrid_0", data:{ [B]itemName:"<span aria-hidden='true'> </span>"[/B], orderID:514 }, startRow:0, endRow:75, textMatchStyle:"substring", resultSet:[ResultSet ID:isc_ResultSet_0 (dataSource: largeValueMap_orderItem, created by: isc_ListGrid_0)], callback:{ caller:[ResultSet ID:isc_ResultSet_0 (dataSource: largeValueMap_orderItem, created by: isc_ListGrid_0)], methodName:"fetchRemoteDataReply" }, willHandleError:true, showPrompt:true, prompt:"Finding Records that match your criteria...", oldValues:{ itemName:"<span aria-hidden='true'> </span>", orderID:514 }, requestId:"largeValueMap_orderItem$6272", internalClientContext:{ requestIndex:2 }, fallbackToEval:false, lastClientEventThreadCode:"TMR3", bypassCache:true }
Tested with online showcase v10.0p_2015-03-25 and FF26.0 / GC41.
Best regards,
Blama
Comment