When trying to contract an order, we are getting the following error message:
Apex trigger SBQQ.OrderTrigger caused an unexpected exception, contact your administrator: SBQQ.OrderTrigger: execution of AfterUpdate caused by: System.NullPointerException: Attempt to de-reference a null object:(SBQQ)
The debug logs just list "SBQQ" as this is managed package code. We have checked for blank or zero list prices.
Any suggestions are welcome!
2 risposte
Thanks – we have already been through that article unfortunately. I should have mentioned that in the original post.