function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sai kumar 625sai kumar 625 

Beta Package

Hello Community Members,

I have created aBeta  managed package and installed it in my DE org. The packcage includes some detail page buttons which are calling VF pages, but when i try to click on these buttons in my DE org, it throws error as :
common.apex.runtime.impl.ExecutionException: SObject row was retrieved via SOQL without querying the requested field: 

Please help me with this. Thanks in advance.
Santosh Bompally 8Santosh Bompally 8
Hi sai, 

Have you read this https://help.salesforce.com/articleView?amp;language=en_US&id=000170999&type=1
It pretty much explains the error. Post the code if you're still unable to resolve. 
Raj VakatiRaj Vakati
This issue is because of the code .. might be in one of your code (SOQL ) you have't queried all the fields that are displaying in UI .. Please include them in SOQL and try