url variable extra filter condition
I installed the simple employee management app in the market place.
https://marketplace.joget.org/jw/web/userview/mp/mpp/_/vad?id=APP_jemployee-v1
And when I edit an employee there is the employee ID in the URL
Based on these:
Syntax to use in Extra Filter Condition field
On a select box, how can I add Extra filter condition to display only assets entry for example of the selected employee? Not all of them.
The variable is in the URL. I tried these but they don't work
e.customProperties.AppId LIKE '#request.header.id#'
e.customProperties.AppId LIKE #request.header.id#
e.customProperties.AppId LIKE #variable.id#
If I do
e.customProperties.AppId LIKE '%570dcb2e-7f001010-43929146-72a16a3b%'
I have the choice I want from the selectbox! Not the list with the entry from all the employee.
Any inputs would be appreciated.