- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2025 11:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2025 07:14 AM
@saikumarkak You’ll need to wire the interaction between them so that:
The Compose field captures text.
On clicking the Post button, that text is submitted as a comment.
The Activity Stream component updates to show the new comment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2025 12:50 AM
You can achiev this using UI Builder (recommended for Workspace)
Navigate to UI Builder:
Go to Now Experience Framework > UI Builder.Find your page:
Locate the page that corresponds to the form for the Equiptrack Task.
It's likely based on a Record Page for the x_your_scope_equiptrack_task table.
Edit the layout:
In the component layout, identify where the Form or Record Form component is used.
Locate the Compose field inside the form section.
Drag or reconfigure the Compose field component to a position above the Activity Stream component.
Save and test:
Save your changes.
Open a record in Workspace and verify that the Compose field now appears above Activity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2025 04:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2025 07:14 AM
@saikumarkak You’ll need to wire the interaction between them so that:
The Compose field captures text.
On clicking the Post button, that text is submitted as a comment.
The Activity Stream component updates to show the new comment.