Requiment to show activity section of a record on portal page.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 12:57 AM
There is a requirement to show only activity section of a record on a portal page.
I am using the OOB widget 'Ticket conversations' by using the below code.
data.f = $sp.getForm(task_table, data.task_sys_id, data.query, data.view);
var frm = '444ea5c6bf310100e628555b3f0739d6';
var fm = data.f._formatters[frm];
if (fm.formatter == "activity.xml") {
fm.hardcoded = true;
fm.widgetInstance = $sp.getWidget('widget-ticket-conversation', {
table: task_table,
sys_id: data.task_sys_id,
includeExtended: true,
hideAttachmentBtn: true,
title: "${Activity}",
use_dynamic_placeholder: false,
btnLabel: "Post" }
I am tyring to call a view which contains only activity section, but in the portal page it is displaying the entire form.
My requirement is to show only the activity section not the entire form in the portal page. kindly suggest how to achieve this. Please find attachment for reference.
0 REPLIES 0