Skip to main content
Solved

REST API: using a DateTimeValue in a $filter for a Generic Inquiry Web Service Endpoint


Forum|alt.badge.img+2

I’m able to filter on any string mapped field but when I filter on a DateTimeValue mapped field, I get this error:

"exceptionMessage": "A binary operator with incompatible types was detected. Found operand types 'Edm.DateTimeOffset' and 'Edm.String' for operator kind 'Equal'."

 

Question: is there a specific way to filter on a datetime field?

 

Here’s the URL I’m using in Postman:

https://sandbox.com/entity/INStockItem/22.200.001/POReceiptPackages?$filter=POReceiptLine_lastModifiedDateTime eq '2022-08-30T18:39:55.813+00:00'

Best answer by cdiangelo46

bpgraves wrote:

I receive this error back:

    "exceptionMessage": "Optimization cannot be performed.The following fields cause the error:\r\nCarrier: View Results has BQL delegate\r\nQty: View Results has BQL delegate\r\nServices: View Results has BQL delegate\r\nTrackingNumber: View Results has BQL delegate\r\nInventoryID: View Results has BQL delegate\r\nPOReceiptLine_lastModifiedDateTime: View Results has BQL delegate\r\nPOOrderNbr: View Results has BQL delegate\r\nReceiptNbr: View Results has BQL delegate\r\n"

 

Change to PUT command. 

View original
Did this topic help you find an answer to your question?

4 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • 3410 replies
  • June 3, 2024

@bpgraves  Please use like below 

 

{URL}}/entity/20.200.001/PurchaseOrder?$filter=LastModifiedDateTime ge datetimeoffset'2014-04-15' and LastModifiedDateTime le datetimeoffset'2022-04-29'

 

Here is the link for your reference 

https://stackoverflow.com/questions/65589385/acumatica-rest-api-filter-on-last-modified-date


Forum|alt.badge.img+2
  • Author
  • Semi-Pro I
  • 66 replies
  • June 3, 2024
Naveen Boga wrote:

@bpgraves  Please use like below 

 

{URL}}/entity/20.200.001/PurchaseOrder?$filter=LastModifiedDateTime ge datetimeoffset'2014-04-15' and LastModifiedDateTime le datetimeoffset'2022-04-29'

 

Here is the link for your reference 

https://stackoverflow.com/questions/65589385/acumatica-rest-api-filter-on-last-modified-date

This works fine for no-Generic Inquires using the Default entity.  However, my question was for Generic Inquires like this (POReceiptPackages is my Generic Inquiry name):

https://sandbox.com/entity/INStockItem/22.200.001/POReceiptPackages?$filter=POReceiptLine_lastModifiedDateTime ge datetimeoffset'2024-06-03'

 

I receive this error back:

    "exceptionMessage": "Optimization cannot be performed.The following fields cause the error:\r\nCarrier: View Results has BQL delegate\r\nQty: View Results has BQL delegate\r\nServices: View Results has BQL delegate\r\nTrackingNumber: View Results has BQL delegate\r\nInventoryID: View Results has BQL delegate\r\nPOReceiptLine_lastModifiedDateTime: View Results has BQL delegate\r\nPOOrderNbr: View Results has BQL delegate\r\nReceiptNbr: View Results has BQL delegate\r\n"


cdiangelo46
Freshman II
  • Freshman II
  • 1 reply
  • Answer
  • July 11, 2024
bpgraves wrote:

I receive this error back:

    "exceptionMessage": "Optimization cannot be performed.The following fields cause the error:\r\nCarrier: View Results has BQL delegate\r\nQty: View Results has BQL delegate\r\nServices: View Results has BQL delegate\r\nTrackingNumber: View Results has BQL delegate\r\nInventoryID: View Results has BQL delegate\r\nPOReceiptLine_lastModifiedDateTime: View Results has BQL delegate\r\nPOOrderNbr: View Results has BQL delegate\r\nReceiptNbr: View Results has BQL delegate\r\n"

 

Change to PUT command. 


RohitRattan88
Acumatica Moderator
Forum|alt.badge.img+4
  • Acumatica Moderator
  • 253 replies
  • July 15, 2024
bpgraves wrote:

This works fine for no-Generic Inquires using the Default entity.  However, my question was for Generic Inquires like this (POReceiptPackages is my Generic Inquiry name):

https://sandbox.com/entity/INStockItem/22.200.001/POReceiptPackages?$filter=POReceiptLine_lastModifiedDateTime ge datetimeoffset'2024-06-03'

GIs should use standard oData filters. Have you tried datetime’2024-06-03’

OData: Date "Greater Than" filter - Stack Overflow

Solved: Filter by DateTime in Odata - Microsoft Fabric Community


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings