Time Sheet Portal - Project Time Category
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 01:13 PM
Hello. In the Time Sheet Portal we would like to make the Project Time Category field mandatory if the Number starts with "PRJ".
So in the attached example, there is a record where the Number starts with PRJ and the Project Time Category field is "None". As soon as I make this entry and then click off of it, I would want an alert saying "Project Time Category cannot be blank"
Is this possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 09:19 PM
Hi Tom,
This will be customisation in the widget : sp_widget.do?sys_id=191df3b393332200ea933007f67ffbab
Name: Time Card Grid. Look for the method submitTimesheetButtonClicked.
You can broadcast warning message to user if the Project time category is not entered at this point.
I hope this helps.
Thanks and Regards,
Sunil B N
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 07:52 AM
add BR in time_card table and do the validation