- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2020 04:54 AM
Hi Everyone,
I have a requirement, I need to assign a default display value to my Project Time Category which is a reference field in a Time Card Table.
In the Project Time Category Table i have the following entries:
- Standard
- Non-OT Billable
- OT Billable
- Offset
What I want is, once the user open the form, it will automatically display the "Standard" in the Project Time Category field in the Time Card Forms.
Thanks in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2020 05:04 AM
Add the sys_id of the "Standard" choice from 'project_time_category' table as the Default value of the field 'project_time_category' in the Time Card table
Example for 'Development' choice from my PDI:
When user creates a new Time Card-

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2020 05:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2020 05:48 AM
Hi shruthiub,
Thanks for this it works. 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2020 05:58 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2020 05:04 AM
Hi Mark,
Right click the 'Project Time Category' field & pass the default value 'Standard'. No need to pass
'sys_id' as display value is Name for project time category table.