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
sparkysparky 

shortcut for create/mod timestamps?

Is there any VF shortcut to getting Created By and Last Modified By to show up like they do in the regular UI?  You know, showing user full name with a link, followed by date and time?

Or do i need to construct those by hand from multiple fields?

Thanks!


ShamSham
try the <apex:outputField /> control
kevinedelmannkevinedelmann
using the general output field does not work.  It only shows the created by Name.  Any help would be appreciated.