You need to sign in to do that
Don't have an account?

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?
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?
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
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.
Any idea on doing so?