Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Work Notes - Custom Table

kevwatson
Giga Contributor

I've create a new table which doesn't extend from another table. The table and associated fields have now been created with the exception of Work Notes & Additional Comments. I've since found these are not available as my custom table doesn't extend the Task table. Can anyone tell me how I get exactly the same functionality on my custom table please?

7 REPLIES 7

This didn't provide the same functionality as the OOB Work Notes and Additional Comments.

Aitor Cabello
Tera Expert

Hello,

 

The issue is that if a table is custom and does not extend from "Task," you need to add the property "glide.ui.YOUR_CUSTOM_TABLE.fields" I added it, and then I began seeing the work notes and activities correctly.

 

Regards.

Paul Kunze
Kilo Sage

Hi, you need to create a field of type "Journal Input".

PaulKunze_0-1734688843117.png

 

In your form you can then display this field together with "Activities (filtered").

PaulKunze_1-1734688955031.png

 

The result is the same view as in the task table.

PaulKunze_2-1734689019818.png