这是我自己正在探索的一个基本问题,请帮助我解决这个问题。我无法访问 Account(标准对象)中的“帐单地址”和“送货地址”字段。这是错误错误错误:无法从我正在获取的页面 AssignmentPage 中的值绑定“{!Account.Billing Address}”中解析字段“Billing Address”。如何解决
<apex:pageBlockSection title="System Details" collapsible="false" columns="2" >
<apex:inputField value="{!Account.Billing Address}"/>
</apex:pageBlockSection>