Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Create a new form and pre-populate the "id" with current user's username. This is so that the Calendar Menu would be able to locate the exact search value using current Logged In User's ID later on.
With the form created, we can now make it available to the end user.
Add a Form Menu to the UI .
In "URL Redirect After Form Submission", key in a unique Menu ID such that it will redirect to the Calendar menu.
The rationale here is that user will fill up the search form, submit the form, and gets redirected to the calendar that is filtered by the user.
Make use of data store such as "Advanced Form Data data store".
Under "Filter Conditions", add in as much row as needed to.
Choose the appropriate field that you want to filter.
Set operator to "Like" to return matching value.
And, in value, we can make use of form hash variable to obtain the value from the search form.
%#form.j_meetingsearch.title[{currentUser.id}]#%
Download the sample app here: