Javascript API Example for Address fields on Contact
in the API documentation i see the example to get Address field Information on the Account object but I can not find the same for the contact address.
eg.
Account:
oraclecrmod.getField("Ship To Country").getValue();
gives the Country in the ShippingAddress
oraclecrmod.getField("Bill To Country").getValue();
gives the Country in the BillingAddress
How do I get the Name of Contact Address fields.
Is there a source available to find all not documented fields.
Kind Regards,