Hi Everyone,
I’ve just started implementing business processes in WebCon BPS and couldn’t find the answer to my question on the forum.
Business case:
It’s an overtime management process.
In one attribute, the user provides the overtime date, and then in the item list they provide additional data, including the employee’s name, start time (hours and minutes), and end time.
I would like to give the user an easy way to set the time. I could use a Date/Time column, set provided date and ask the user to pick a time, but the standard date/time picker isn’t ergonomic in this situation.
Is there any way to use a “time only” picker in an item list column, or to open the date/time picker directly in the "time part"?
Alternatively, I could use a text attribute with regex validation, or choice lists (one for hours and one for minutes), but neither feels elegant.
How would you approach this situation? Any advice would be appreciated.