- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2020 12:20 PM
There is a Work Notes-Internal Only and Customer comment field within the Incident application. Customer comments field display when the record loads and there is a small check box called Work notes-internal only. When this checkbox is checked, the Customer comment fields disappears and the Work Notes-internal only field displays. I know this is done by clicking on Show all journal fields. However, I have a custom table that is not extended from the task table so I am creating my own version of these two fields.
My question is, how can I create the same 2 fields for my app? Ideally, both fields will show in the Activities stream just like an Incident ticket.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2020 09:50 AM
This article from the product documentation explain how to add and configure activity formatter for any table where you need it. By default, it is only enabled for Task [task] and tables that extend it as well as for Approvals [sysapproval_approver] table.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2020 02:53 PM
You can create a Work Notes field and Comments field with Field type as Journal Input.
And you may need to create a checkbox to show or hide comments field. Then add those two fields to the activity stream
Thats the only option i could think of.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2020 04:16 PM
So checkbox to show/hide comments field is done via ui policy I assume? How do I add both to the activity stream?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2020 04:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2020 09:50 AM
This article from the product documentation explain how to add and configure activity formatter for any table where you need it. By default, it is only enabled for Task [task] and tables that extend it as well as for Approvals [sysapproval_approver] table.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/