Forum Discussion

sajju-thambi's avatar
3 months ago
Solved

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 sug...
  • JeremyF's avatar
    JeremyF
    3 months ago

    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