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
KIRONKUMARKKIRONKUMARK 

'Billing Addrress' Field group in Standandard Object 'Account'

Hi, I have seen variable 'Billing Address' in the standard Object 'Account', where he grouped some fields with a datatype of 'Address', Now I would like to see the fields details which are associated in this( I need to see the API Names of each field in the group ) Thanks in advance, Naga Kiran Kumar K.
goabhigogoabhigo

There are couple of options:

  1. Through API ---> Setup- Develop - API - Generate Enterprise WSDL - See Account section there
  2. Use validation rule OR create formula field - click on Insert Fields button, and you can see all fields of Accounts. You don't have to create any of them, but you can use this to refer to the Address field details

However, below are the fields that are part of Billing Address:

BillingStreet

BillingCity

BillingState

BillingPostalCode

BillingCountry