Adding watchlist to record and form

TunaSiskon
Tera Contributor

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? 

1 ACCEPTED SOLUTION

Mark Manders
Mega Patron

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

View solution in original post

3 REPLIES 3

Mark Manders
Mega Patron

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

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?

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?