7 months ago
MYOB API Filtering using Custom List
Hi,
Does API supports filtering using a custom list? I need to get all suppliers that have a specific Custom List 1 value. Is this possible? If yes how to provide the filter?
Any help and suggestions will be highly appreciated.
Thanks
Sajju
Sajju
You might need to try changing your odata query to Customlist1/Label eq '<your value>'
or Customlist1 /Value eq '<your value>'
Depending on which one you want
cheers
JF