bcfname from the bcontact table
function FirstName ( $key )
bcmname from the bcontact table
function MiddleName ( $key )
bclname from the bcontact table
function LastName ( $key )
bcaddr from the bcontact table
function StreetAddress ( $key )
bccity from the bcontact table
function City ( $key )
bcstate from the bcontact table
function State ( $key )
bczip from the bcontact table
function Zipcode ( $key )
A static 1
function PhoneCountry ( $key )
The first three digits of the bcphone record from the the bcontact table
function PhoneArea ( $key )
seven digits from the bcphone field of the bcontact table.
function PhoneNumber ( $key )
The last 4 digits of the bcphone record in the bcontact table.
function PhoneExtension ( $key )