Custom text for coments

Hello. I have a detail page, and on this page, I want to add a button so the client can leave a comment. I can add a simple text field, but this field needs to be dynamic. Each time the user clicks the button, they should be able to leave a new comment without seeing the previous comments. All the comments will only be visible to the admin, along with the creation date and the user who created them.

Hi @Biner

An idea you can use for this.
You can set visibility of rows based on the “role” a user has.

This is how you set visibility. I have chosen to only admin here.

Then, you can create a button which opens a pop-up form for the comment.

There are certainly other ways, though.

You need a comment table connect it as child to the table the record your detail page is showing is in and add a form to add a new connected record.
Than add a new row on the page with visibility set to admin. Add a list or table component to that showing the comments

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.