- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 04:03 AM - edited 02-22-2024 04:23 AM
Hello,
I am creating an app with AES and created tables and forms. When I click preview on form or open record from table I can't see watchlist option. How can I add watchlist to my application?https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/use/using-forms/task/t_... I already checked this link but can't find settings to show watchlist. Should I create workspace or portal to add watchlist?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 05:31 AM
That link just tells you how to use the watchlist. But your question is lacking some information. Are you extending your table from task, or did you create a complete new one? The watchlist is inherited from Task, so it should be there as field, if you extended. If not, you need to create the field yourself. Watchlist is a field of type 'list' referencing the user table.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 05:31 AM
That link just tells you how to use the watchlist. But your question is lacking some information. Are you extending your table from task, or did you create a complete new one? The watchlist is inherited from Task, so it should be there as field, if you extended. If not, you need to create the field yourself. Watchlist is a field of type 'list' referencing the user table.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 03:01 AM
Thank you for your answer. I create my tables from blank. I add a new field, select type as list and reference it to user table so how can add watchlist button like task watchlist?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 03:06 AM
Thank you for the answer, I just want to add same watchlist as Task table without extend it. I add field type is list and reference is user but there is no button or logic like watchlist in Task table. Should I need to extend Task table?