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

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!
Or do i need to construct those by hand from multiple fields?
Thanks!

try the <apex:outputField /> control

using the general output field does not work. It only shows the created by Name. Any help would be appreciated.