Solved

Can I navigate to an Aurena page and filter the list within the page?

  • 23 February 2022
  • 2 replies
  • 294 views

Userlevel 1
Badge +6

I am building navigation URLs for absence requests in Aurena. From one lobby I want to navigate to the “My Absence Requests” page - but I wish to filter the list within that page to only show Confirmed status requests.

 

The trouble I’m having is that the page filter (No1) doesn’t have a Status option.

I need to filter on the list Filter (No2).

 

Is it possible to build a filter that will accomplish this?

 

 

icon

Best answer by Himasha Abeywickrama 24 February 2022, 10:35

View original

This topic has been closed for comments

2 replies

Userlevel 7
Badge +18

Hi @TSPPRICH,

 

Since My Absence Requests is a sub menu of My Absence Calendar, not sure if you can directly access the list or pass parameters. However, you can use Absence Requests window and filter the data using below web access URL,

page/AbsenceManager/RequestsOverviewPage?$filter=CompanyId eq $[COMPANY_ID] and EmpNo eq $[EMP_NO] and Objstate eq IfsApp.AbsenceManagerHandling.HolidayRequestState'Confirmed'

 

Userlevel 1
Badge +6

Thanks Himasha, 

I’m considering this - or using default startup behavior for the window. 

Neither is ideal but will work.