Question

IFS Lobby URL to Employee Results screen

  • 19 January 2022
  • 1 reply
  • 179 views

Userlevel 3
Badge +7

Hi,

 

I have created a lobby that uses two parameters ‘Starting Data’ and ‘Ending date’.

I have created a lobby element that sends users to the IFS Employee Results screen, my question is how can I set up the lobby URL Address to open the employee results screen with specified ‘From’ and ‘To’ dates using my lobby parameters ‘Starting Data’ and ‘Ending date’ fields.

 

Note:

I have already tried these URL address but none worked.

  1. ifsapf:tbwGroupResult?COMPANY=1&?FROMDATE='$from$'&?TODATE='$to$'
  2. ifsapf:tbwGroupResult?COMPANY=1&FROMDATE='$from$'&TODATE='$to$'
  3. ifsapf:tbwGroupResult?COMPANY=1&FROMDATE=$from$&TODATE=$to$

There was this standard lobby element created by IFS I found

  • with URL Address: ifsapf:tbwGroupResult?LOBBYELEMENT=MyOvertimeHoursThisMonthCounter&COMPANY=$COMPANY_ID$

After clicking on this element the ‘From’ and ‘To’ dates are auto set up to the start of the current month and the last day of current month. 

 


This topic has been closed for comments

1 reply

Userlevel 7
Badge +21

Hi,

I had hope that the date format was not correct, so I tried:

ifsapf:tbwGroupResult?COMPANY=1&FROMDATE=2022-01-17-00.00.00.000000&TODATE=2022-01-17-00.00.00.000000

But changing the date from or to doesn't have an effect on the shown parameters. Vice versa if you change a date, the URL changes. Beats me why this is working like this (and not via the URL).

Regards,

Steve