Question

Web Access URL Address in List element with Order By date


Badge +2

I want to been able to add and order by from oldest to newest in my url link: The date is WantedDeliveryDate. How could I do this?

 

This is my link so far:

page/CustomerOrders/List?$filter=((Objstate eq IfsApp.CustomerOrdersHandling.CustomerOrderState'Blocked' or Objstate eq IfsApp.CustomerOrdersHandling.CustomerOrderState'Delivered' or Objstate eq IfsApp.CustomerOrdersHandling.CustomerOrderState'Released' or Objstate eq IfsApp.CustomerOrdersHandling.CustomerOrderState'Reserved' or Objstate eq IfsApp.CustomerOrdersHandling.CustomerOrderState'Picked' or Objstate eq IfsApp.CustomerOrdersHandling.CustomerOrderState'PartiallyDelivered')) and (OrderId ne 'SEO') and (AuthorizeCode eq toupper($Coordinator_Id$)) and (Contract eq toupper($Site$)) and (SalesmanCode eq toupper($Main_Sales_Rep$))

 

So the idea is after I click it, I would be able to see the Aurena Page filtered by Oldest to Newest.


0 replies

Be the first to reply!

Reply