add comment field

saikumarkak
Tera Contributor

saikumarkak_0-1746860250889.png

i want to add the compose field above the activity component .

1 ACCEPTED SOLUTION

@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.

View solution in original post

3 REPLIES 3

Nilesh Pol
Tera Guru

@saikumarkak 

You can achiev this using UI Builder (recommended for Workspace)

  1. Navigate to UI Builder:
    Go to Now Experience Framework > UI Builder.

  2. 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.

  3. 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.

  4. Save and test:

    • Save your changes.

    • Open a record in Workspace and verify that the Compose field now appears above Activity.

saikumarkak
Tera Contributor

i have added the text area for compose and post comments as button here when i enter some text in compose and clicked on post button that value should be populate in activity stream. here activity stream also the component 

@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.