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

how to remove hyperlink from standard object user fields?
Hi All,
I need to remove hyperlink for the created by fields.

Below is the code, I did not mention any command link for this
<apex:column value="{!email.CreatedById}" headerValue=" Created By"/>
Kindly help me on this.
Regards,
Deepak
I need to remove hyperlink for the created by fields.
Below is the code, I did not mention any command link for this
<apex:column value="{!email.CreatedById}" headerValue=" Created By"/>
Kindly help me on this.
Regards,
Deepak
Please set CreatedBy.Name instead of CreatedById .
Regard,
Suraj
All Answers
Please set CreatedBy.Name instead of CreatedById .
Regard,
Suraj
Is there any way to remove hyperlink for Frorm Address?
Thanks in Advance
Deepak