Hi @rune.engh ,
According to the information provided, it seems the lobby element listing is designed to display a specific set of records( list all expired certificates) . Hence, when the users navigate to this page from the lobby element, the filter is automatically applied as it is the expected behavior.
If this behavior needs to be changed, then it should be done in the lobby data source attached to the lobby element by removing any filter conditions on the dataset. Hope this helps!
Thanks,
Kasun
Hi @Kasun Balasooriya,
thank you for your answer.
The problem is that the lobby displays all the expired certificates, but the page “Person Certificates” displays the valid certificates.
Rune
Hi @Kasun Balasooriya,
thank you for your answer.
The problem is that the lobby displays all the expired certificates, but the page “Person Certificates” displays the valid certificates.
Rune
I am not sure about the functional aspect of the page. What is the lobby page that is being used? Is it a lobby provided by IFS product team?
Thanks,
Kasun
Hi @Kasun Balasooriya
We navigate from a lobby element with 2 parameters Person_id and License_name:
page/PersonQualificationsCertificates/List?$filter=LicenseName eq $$LICENSE_NAME] and PersonId eq $$PERSON_ID]
We would like to have the page Person Certificates display records according to this criteria, not adding another filter on valid date.
Need to find where this criteria is set from. Please check,
- If the navigation is making used of the lobby datasource criteria
- If the page itself as a default filter criteria. That is if you navigate directly to the page from the navigator, do you still get this filter criteria set.
I don’t believe there is currently a way to clear a default filter upon navigation. Let me check back with the team