-
Error: Could not resolve the entity from <apex:inputField> value binding '{!variable}'
I have a VF page with a controller. The controller has the following property (yes, I made sure to save):
public Boolean IsBool{ get; set; }
and the Visual Force page has the following code:<apex:inputField value="{!IsBool}" label="Is a bool" />
This combination is giving me the following error when I try to save the Visual Force page:
Log In to reply.
Popular Salesforce Blogs
How to Install HubSpot and Salesforce Integration?
Salesforce is a San Francisco, California (USA) based CRM company that brings companies and customers together on a highly secured cloud platform. It has one…
Tips to Find the Right Salesforce Managed Services Provider for Small Business
Choosing the right Salesforce Managed Services provider can be tough for small businesses. You need a partner who understands your needs, fits your budget, and helps you grow.…
Salesforce Development Services Trends to Watch Out in 2022
Salesforce is a CRM solution responsible for connecting companies and customers. The need for Salesforce services is increasing day by day. These services are beneficial…
Popular Salesforce Videos
Case Management App on Salesforce AppExchange
Is your customer support struggling with customer satisfaction for high service cost? Don't know how to work on right priority cases? Don't worry Algoworks presents…
3 Tips on How To Deliver a Successful Product Launch | Salesforce on Salesforce
Salesforce defines a product launch as announcing a new offering to the public. Launches are an opportunity to tell a compelling story about your product,…
Creating a Rollup Using DLRS | Salesforce Tutorial
In certain situations, an object does not support a roll-up, or the relationship is not permitted. Learn how to make it possible by using the…