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
Ranu JainRanu Jain 

No such column error

Hi ,

 

I am working on a VF page . When I hit 'Generate' button of this page I got a error message -

Error:INVALID_FIELD: No such column value_under_contract__c on entity apttus__apts_agreement__c. If you are attempting to use a custom field, be sure to append the __c after the custom field name.
 
the class which is being used in above VF page is part of managed package .
 
I have deleted field - value_under_contract__c and I was able to delete this field after removing references but this managed class was not in list (given by eclips).  
 
what can be the possibilty - that this field is referenced where? 
 
 
nbknbk

The Managed components(classes/vfp's,..etc) does't showing in eclipse and the it is only showing with un-managed version components.

As per your issue No such column, you need append with namspace prefix the column  name (Ex: your namespace  is "ABC")

 your final field name is to be ABC__value_under_contract__c.

 

MagulanDuraipandianMagulanDuraipandian

Kindly undelete  value_under_contract__c field and check again.

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

 

SFDC Blog

 

If this post is your solution, kindly mark this as the solution.