You need to sign in to do that
Don't have an account?
Developer script exception
Hi ,
I got a email from ApexApplication [mailto:info@salesforce.com] saying that:: Developer script exception from eClerx : OLITrigger : OLITrigger: execution of AfterUpdate caused by: System.NullPointerException: Attempt to de-reference a null object Class.OLIHelper.annualEmergingClientCalculator: line 78, column 1 Class.OLIHelper
Apex script unhandled trigger exception by user/organization
OLITrigger: execution of AfterUpdate
caused by: System.NullPointerException: Attempt to de-reference a null object
Class.OLIHelper.annualEmergingClientCalculator: line 78, column 1
Class.OLIHelper.callFormulae: line 128, column 1
Class.OLIHelper.ProductSalesPriceUpdator: line 1178, column 1
Trigger.OLITrigger: line 87, column
We have checked the code and added the null checks but still it sending this email can some one tell me the root cause for this error.
Thanks,
Kiran Kumar
I got a email from ApexApplication [mailto:info@salesforce.com] saying that:: Developer script exception from eClerx : OLITrigger : OLITrigger: execution of AfterUpdate caused by: System.NullPointerException: Attempt to de-reference a null object Class.OLIHelper.annualEmergingClientCalculator: line 78, column 1 Class.OLIHelper
Apex script unhandled trigger exception by user/organization
OLITrigger: execution of AfterUpdate
caused by: System.NullPointerException: Attempt to de-reference a null object
Class.OLIHelper.annualEmergingClientCalculator: line 78, column 1
Class.OLIHelper.callFormulae: line 128, column 1
Class.OLIHelper.ProductSalesPriceUpdator: line 1178, column 1
Trigger.OLITrigger: line 87, column
We have checked the code and added the null checks but still it sending this email can some one tell me the root cause for this error.
Thanks,
Kiran Kumar
This is causing when OLI updating. Share the code if you need help.