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
Amanda ReamAmanda Ream 

Change set error In field: page - no ApexPage named

I am trying to deploy a change set that contains some custom fields, a page layout, and a few validation rules. My change set will not deploy because I am getting the following error: "In field: page - no ApexPage named ChangeinPLValue found". I don't understand what this means or where I should go to look for the error. Is it in an APEX code somewhere? Any help would be much appreciated. Thanks!
Best Answer chosen by Amanda Ream
PrasanntaPrasannta (Salesforce Developers) 
Hi,

You need to manually add the 'ChangeinPLValue' apex page to the Change Set upload.

Hope it helps.

All Answers

PrasanntaPrasannta (Salesforce Developers) 
Hi,

Please refer to this link-

https://help.salesforce.com/apex/HTViewSolution?urlname=Error-message-In-field-searchResultsFields-no-CustomField-named-Custom-Object-c-Custom-Field1-c-found-1327108627315&language=en_US


PrasanntaPrasannta (Salesforce Developers) 
Hi,

You need to manually add the 'ChangeinPLValue' apex page to the Change Set upload.

Hope it helps.
This was selected as the best answer
Amanda ReamAmanda Ream
 Hi Prasaanta, 

Thanks for your feedback but adding a APEX Page to the change set is not an option under the component dropdown. See the attached screenshot. 

  User-added image
PrasanntaPrasannta (Salesforce Developers) 
Hi,

Do you have an apex class or VF page with 'ChangeinPLValue' name.
Please check in your org and then add.

PrasanntaPrasannta (Salesforce Developers) 
Hi,

Do let me know whether it worked or not.
Amanda ReamAmanda Ream
Thanks Prasannta, it was a VF page. 
PrasanntaPrasannta (Salesforce Developers) 
Welcome! I am glad to know that your issue has been resolved.