15
Implement the IN operator in OData V4 to allow for greater flexibility when communicating through web services.

If we have a (short) list of Customer Nos that we want to get balances for...

It would be nice to replace:
$filter=CustomerNo eq '10000' or CustomerNo eq '20000' or CustomerNo eq '30000'

With:
$filter=CustomerNo in ('10000','20000','30000')
Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team

Comments

D

Yea, this would be really useful!

Category: Development