Hi All,
I am trying to retrieve multiple records using odata endpoint using JS.
SDK.REST.retrieveMultipleRecords("book777_booking", "$select=book777_CreatedDate&$filter=book777_SupplierSKU eq '" + SKU + "' and book777_VariantSku eq '" + VariantSKU + "' &$orderby=book777_CreatedDate desc", successCallback, errorCallback, OnComplete);
> No error in script
> When i use same query conditions in browser i am able to see filtered records.
> Success block is not getting executed
> Complete block only getting executed
What is the reason behind this.. Please help me out to resolve this issue.
Regards,
Swathi J.