Worknotes and additional comments to be added to custom application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2015 02:10 AM
Hi All,
We got a requirement from client to capture the changes as there in Incident, Request form. Can we do it for custom application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2016 03:53 AM
Hi Dhathri,
You can easily do it by adding the "Activity (Filtered)" in your Form Layout.
Configure-->Form Layout
Then you can right click on Activity Header and select configure activities and select the fields that you want to capture.
PS: Hit answered, like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2016 03:57 AM
HI Dhathri,
If your custom table extends the task, then you would get Activity formatter in the form layout. i.e You just need to configure your form layout and add Activity to it.
If not, You need to create a Activity formatter here are the details
3 Creating an Activity Formatter
Administrators can create an activity formatter for any audited table.
- Navigate to System UI > Formatters.
- Click New.
- Enter a name for the formatter, such as Activities (task).
- Select a Table.
- Enter activity.xml in the Formatter field.
- Leave the Type as Formatter.
- Click Submit.
- Open the form on which the new formatter should appear.
- Right-click the form header and select the appropriate option for your version:
- Add the new formatter to the form.
- Right-click the Activity header in the form and choose Personalize Activity to select the fields of interest.
Note: Although the system allows you to create more than one activity formatter for a table, the system does not allow you to add more than one activity formatter to a form. |
Hope this helps
Mark this answer as helpful/correct if it does so.
Srini