- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
With Orders enabled, receiving the below error when cloning a quote by clicking "Clone Quote" -> select "Maintian Quote" from the Quote detail page
The issue is observed for Amendmnet quotes
SObject row was retrieved via SOQL without querying the requested field: zqu_Quotec.zquHighVolume_c
Error is in expression '{!theOptions}' in component <zqupropertycomponent> in component zqupropertycomponent
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
On further reviewing, it has been identified that "High Volume" field is not added to the zqu__Amend_Quote_Details fieldset on the Quote object
The error is resolved by following the below steps
- Navigate to Setup -> Create ->Objects ->Quote
- Scroll down to fieldsets and click edit next to zqu__Amend_Quote_Details fieldset
- Drag and drop the "High Volume" field and click save
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
On further reviewing, it has been identified that "High Volume" field is not added to the zqu__Amend_Quote_Details fieldset on the Quote object
The error is resolved by following the below steps
- Navigate to Setup -> Create ->Objects ->Quote
- Scroll down to fieldsets and click edit next to zqu__Amend_Quote_Details fieldset
- Drag and drop the "High Volume" field and click save
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √