page/CustomerOrderLines/List;path=0.995139193.1811xxxxx.6424xxxxxx;usedefaultfilter=true;$filter=DateEntered%20gt%202022-11-01T00:00:00Z >» this one work when hard coded
page/CustomerOrderLines/List;path=0.995139193.1811xxxxx.6424xxxxxx;usedefaultfilter=true;$filter=Contract eq '01' and DateEnteredTruncated eq #TODAY# <« does not work
Page 1 / 1
Is it possible to pass today date to url string
page/CustomerOrderLines/List;path=0.995139193.1811xxxxx.6424xxxxxx;usedefaultfilter=true;$filter=DateEntered%20gt%202022-11-01T00:00:00Z >» this one work when hard coded
page/CustomerOrderLines/List;path=0.995139193.1811xxxxx.6424xxxxxx;usedefaultfilter=true;$filter=Contract eq '01' and DateEnteredTruncated eq #TODAY# <« does not work
Which version of IFS is this? Your URL suggests it’s a time zone field. I’ve just tried in Cloud 22R2 and it works fine with DateEnteredTruncated eq #TODAY#
WorkTasks/List (server error) Malformed Request. Error details: s{"code":"EXPRESSION_PROPERTY_NOT_IN_TYPE","message":"The property 'LatestStartTruncated', used in a query expression, is not defined in type 'IfsApp.WorkTasksHandling.JtTask'."}]
@anmise - I have the same question as @jbernardo. In your example, you were going to the Customer Orders page, while the OP’s example was going to Customer Order Lines. Just adding “Truncated” to date attributes doesn’t appear to work across the board, as I just tried it with WantedDeliveryDate and got the same error. Can you please explain this further?