Hi When I try to use "Clone With Related" on a CPQ Quote that has quote line groups, I get the following error: "SObject row was retrieved via SOQL without querying the requested field: SBQQ__QuoteLineGroup__c.SBQQ__CustomerTotal__c" So somewhere in all the hidden CPQ managed code there is a piece of Apex that is referencing an Sobject that was queried without "SBQQ__CustomerTotal__c" in the SELECT clause. I just can't tell where, of course. Further information
- When I log in as the Admin user it works. But I've tried giving all the CPQ permission groups to other users, and it still fails for them.
- I've double-checked that the users have access to SBQQ__CustomerTotal__c (I've even run SOQL when logged in as a non-admin user.)
- Quote without groups work fine.
- The "Group Line Items" field is visible on the Quote form.
Does anyone have any ideas?
Thanks