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
yk will 5454yk will 5454 

Comments On All Objects

We would like to create comments capability on all objects to be the same as with case comments which is only available for cases.

 

The following are the requirements: I want the display to be very neat, on the top row to have the display in bolt with who created and who modified the comment, then 2 additional rows with the actual comment and if the comment is longer than the two lines to be a link at the end <click here to view more>.
Please let me know how this could be done or anyone interested to do this object.

 

Ispita_NavatarIspita_Navatar

Your requirement can easily be done using visual force and apex.

You would require to create custom object modelled after tasks . You can use formula fields to show the related object, also a picklist of related object would be helpful in making this object generic.

Also you can have a child object related to each parent object in case you want to minimize effort.

Hope this helps.