Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

OData Select error - can someone tell me what's wrong here?

$
0
0

I'm trying to pull the price of a product based on the default price list of an order.

var odataSelect = _getServerUrl() + "ProductSet?$select=product_price_levels/Amount/pricelevelid&$expand=product_price_levels&$filter=pricelevelid eq guid'" + pricelist +"' and ProductId eq guid'" + packageGUID + "'";

alert(odataSelect);

Why am I getting this error? 


Viewing all articles
Browse latest Browse all 46379

Trending Articles