Trying to display Work Order Details Description in the Time Card Portal

KenyonManderson
Tera Contributor

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.

2 REPLIES 2

Ruhee Gupta
Tera Contributor

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.

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.