- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Problem :
Customers having errors when pressing the "New Quote" Button when the language is in french.
They changed/updated it to "Principal" as per :
However they were still get an error "Attempt to de-reference a null object
Erreur dans l'expression '{!theOptions}' du composant <zquropertycomponent> dans component zqu
ropertycomponent"
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Solution :
After reviewing this further, we found out that customer had translated the ‘Default’ record type of Quote object, but in quote creation page Zuora Quotes use the ‘Default’ to get the record type, that’s why the error happens.
If removing the translation, we were able to get this to work
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √