Hello Community,
We are currently working with IFS Cloud 24R2 and are trying to configure a navigation URL for a lobby element. Specifically, we would like to pass multiple values (an array of values) to a page parameter.
Our current use case involves navigating to the following URL:
page/SvcschScheduledWorkTasks/List?$filter= startswith(tolower(ResourceId),$[Employee ID])
This works fine when passing a single value for theĀ Employee ID parameter. However, we need to pass multiple values (an array of Employee IDs) and are looking for a way to achieve this within the navigation URL.
Is there a supported way in IFS Cloud to pass multiple values for the same parameter in such scenarios? Any guidance or best practices would be greatly appreciated.
Thank you in advance!