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
Lindsay ThompsonLindsay Thompson 

Apex Alert Question - Developer script exception

I'm a new admin and took over for our previous admin. I have very limited knowledge of code and today I changed the email address associated with the account that created these Apex classes and Visual Force pages. I don't understand what is causing this and I don't know how to fix it. Any help is GREATLY appreciated. 


Apex script unhandled exception by user/organization: 0050P000007vNqx/00DU0000000HGNG

Visualforce Page: /apex/QVP_Opp_Details



caused by: NoCustomerNumberException: There is no CRM record associated with this Account

Class.SalesForceWS_Controller_QVP_Opp.<init>: line 29, column 1
 
Dushyant SonwarDushyant Sonwar
Hi Lindsay,

It seems to be custom built exception.
Could you post your vf page and apex class code that will help others to know what is causing the issue?