Work Notes - Custom Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2020 07:58 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2020 07:45 AM
This didn't provide the same functionality as the OOB Work Notes and Additional Comments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2024 11:37 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2024 02:04 AM
Hi, you need to create a field of type "Journal Input".
In your form you can then display this field together with "Activities (filtered").
The result is the same view as in the task table.