You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
I have several visualforce pages overriding the standard "view", "clone","new" actions.
When cleaning the Visualforce pages it fails because the page is referenced in the action:
pages/QuoteDetail.page -- Error: You can't change the standard controller object QuoteLineItem because this page is referenced in the action override View.
It happens with standard and custom objects:
pages/invoicedetail.page -- Error: You can't change the standard controller object Invoice__c because this page is referenced in the action override View.
It also fails with extension classes (classes created to extend the controllers of a visualforce page):
classes/CountryRegionExtension.cls -- Error: The method object (ApexPages.StandardController) is referenced by Visualforce Page (CountryRegionMap) in salesforce.com. Remove the usage and try again. (line 5, column 12)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have several visualforce pages overriding the standard "view", "clone","new" actions.
When cleaning the Visualforce pages it fails because the page is referenced in the action:
It happens with standard and custom objects:
It also fails with extension classes (classes created to extend the controllers of a visualforce page):
The text was updated successfully, but these errors were encountered: