function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
re_plagasre_plagas 

Custom comments field in my custom object

Hi I need to come up with a custom comments field that allow users to post comments. Ah and the comments can be expanable.

 

Anyone has any idea how to do it?

bob_buzzardbob_buzzard

We've done something similar (I think) in the past.

 

We had a text field that a user could add a comment to, and once the record was saved, a trigger moved this into the top of a large text area.

 

Is there more to your requirement than capturing the comments?

re_plagasre_plagas

actually I wanted a custom related list which allow users to leave comments.

 

E.g User A left comment A.

User B reply to comment A.

 

Then these comments can be expanded to see what each user replied to the field.

 

Is there any codings invovled in this case,coz I'm kinda new to this platform

bob_buzzardbob_buzzard

You'll be able to implement that through configuration, but I suspect you'd need some coding to allow them to flow correctly and expand/contract on demand.

re_plagasre_plagas

Any idea on doing so?