You need to sign in to do that
Don't have an account?
danlat
Billing Address Field
Hi All,
I am having trouble trying to access the Billing Address standard field on an Account object and I am
looking for some help.
I am using the following in a visualforce page:
{!opportunity.Account.BillingAddress}
but this gives me an exception saying "invalid field"? but I do not have any trouble accessing, for example:
the lead_source stabdard field:
{!opportunity.Account.PersonLeadSource}
I am aware this may be somthing simple so would appreciate any pointers.
Thanks
{!opportunity.account.BillingStreet}
{!opportunity.account.BillingCity}
{!opportunity.account.BillingState}
{!opportunity.account.BillingPostalCode}
{!opportunity.account.BillingCountry}
All Answers
{!opportunity.account.BillingStreet}
{!opportunity.account.BillingCity}
{!opportunity.account.BillingState}
{!opportunity.account.BillingPostalCode}
{!opportunity.account.BillingCountry}
Hi,
prageeth, thanks for the reply, that worked. Im now gonna bang my head
against a brick wall..:smileyhappy:
before save address is cleansed on lead.
similarly, can we perform address cleansing on Standard opportunity page before click on 'save' ??
if yes... how it can achieved?
if No... why??
Thanx in advance.