Skip to main content

In IFS Cloud, we are building new lobbies and want to steer the users to sets of data in the same screen, using 3 different links. These are all in Project Procurement.

These 2 URL addresses  work:

 

page/ProjectProcurement/ActivityLevel;$filter=Objstate%20eq%20IfsApp.ProjectProcurementHandling.ActivityState'Released';

page/ProjectProcurement/ActivityLevel;$filter=Objstate%20eq%20IfsApp.ProjectProcurementHandling.ActivityState'Completed';

 

but, when we want to add a date range of the last 20 days, we cannot get it to work:

page/ProjectProcurement/ActivityLevel;$filter=%28Objstate%20eq%20IfsApp.ProjectProcurementHandling.ActivityState'Released'%29%20and%20ReleasedDate%20ge%'#TODAY#-20';

 

Anyone know how to do this?

 

Thanks in advance

Be the first to reply!