ruby_odata icon indicating copy to clipboard operation
ruby_odata copied to clipboard

MS Dynamics Nav: String IDs / multiple IDs

Open KDGundermann opened this issue 8 years ago • 0 comments

We have a OData Webservice (Microsoft Dynamics Nav) which requires IDs as string:

NavService.Customer.filter("No eq '10000'") or short: NavService.Customer("10000")

but currently all IDs will be converted to integers

KDGundermann avatar Aug 01 '17 15:08 KDGundermann