Hi everybody, I added a custom field on the item card 'product id' which is the product id in dynamics crm, i also made this field a key on the item table. I created an Item web service but i cannot query/get an item using the 'product id' field Below are screenshot of steps carried out and response i got When i query using the 'Item no' field, the response return an item: When i query using the 'product id' field, the response is 'Parameter No in method Read in service AstItem_Service is null!' My aim is to have an azure function that will get the product id from crm and query the item card field 'product id' to get the item
↧