groundwired / salesforce-food-bank

Food Bank Manager built on Salesforce using Angular.js
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

'No such column' error #43

Open nayrangnu opened 8 years ago

nayrangnu commented 8 years ago

I am getting an error when adding a new client on a fresh install. When I click Save, I get an error " No such column 'Client_Namesc' on sobject of type Client_Household__c". The only fix I can find is to remove the `Client_Namescproperty ofgetSObjectinservices.js`. When I do that, that error goes away, but the following page does not have any members listed (the members array on the household page is empty). The only issue I can think of is that I am running API 35, and this was written for API 28. Any ideas?

groundwired commented 8 years ago

If you open the Client Household object in Salesforce setup, is the Client Names field there? If you go to field-level permissions, is that field available to your user profile?

daveb-501commons commented 6 years ago

Just installed the latest version of the application and not seeing this issue. Able to add new clients.