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

Disable standard salesforce field behaviour
I have written an application with bespoke VF pages. I have used standard <apex:inputfield> tags throughout, but I do not want users to be able to click on fields which SF automatically makes into a link - this would take users to the standard SF page, which is something I do not want.
Anyone know how to disable this behaviour?
Anyone know how to disable this behaviour?
Perhaps you can share a specific example that you are trying to disable?
Rather then using <apex:inputField> , you can use <Apex:inputText> this will remove standard behaviour of the field.
Regards,
Abhi Tripathi
Salesforce Developer