Hi all.
I need to call the items API to get the Inventory field, but not the total Inventory but the Inventory for a specific location.
How do I need to do the call to the API? I tried this way:
items?$filter=Location_Filter eq 'SPAIN'
but BC gives me this error:
Could not find a property named 'Location_Filter' on type 'Microsoft.NAV.item
Thank you ever so much