Trying to display Work Order Details Description in the Time Card Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 02:54 PM
I've had a look at this article about how to add extra columns in the Time Card Portal. I've had success following the example. But I want to add a field that's in the Work Order Detail, not the Task. (See attached)
Does anyone know the magic table name to use to get this working? I've tried "detail" and "u_work_order" with no success. The new column is added to the grid, but remains empty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 04:47 AM
If you're looking to display the Work Order Details Description in the Time Card Portal, you may need to reference fields from the task table. The specific field for the is description or work_notes within the task table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 04:54 PM
Hi Ruhee,
I tried this but no luck unfortunately. task.description gave me the result I'd previously shown in the attachment ("standard operations") and task.work_notes gave me nothing at all.