Foundations Data Dictionary

CompanySite__c

Label: Company Site

Stores site details for specific companies.

Field NameField LabelCreated in VersionDescriptionTypeDefault Value
City__c City Summer 2020 Company site address city.

Text(40)
Company__c Company Summer 2020 Company to which this company site relates.

Looks up to: Company__c
MasterDetail
Country__c Country Summer 2020 Company site address country.

Text(40)
IsAddressValidated__c Address Validated Fall 2020 Indicates that the company site address has been validated against the addresses in the external tax calculation service.

Formula:
NOT ( ISBLANK(Street__c) && ISBLANK(City__c) && ISBLANK(State__c) && ISBLANK(PostalCode__c) && ISBLANK(Country__c) ) && ( Street__c = ValidatedStreet__c ) && ( City__c = ValidatedCity__c ) && ( State__c = ValidatedState__c ) && ( PostalCode__c = ValidatedPostalCode__c ) && ( Country__c = ValidatedCountry__c )
Checkbox
PostalCode__c Zip/Postal Code Summer 2020 Company site address postal code.

Text(20)
State__c State/Province Summer 2020 Company site address state/province.

Text(80)
Street__c Street Summer 2020 Company site address street.

TextArea
ValidatedCity__c Validated City Fall 2020 Address city validated by the external tax calculation service.

Text(40)
ValidatedCountry__c Validated Country Fall 2020 Address country validated by the external tax calculation service.

Text(40)
ValidatedPostalCode__c Validated Zip/Postal Code Fall 2020 Address postal code validated by the external tax calculation service.

Text(20)
ValidatedState__c Validated State/Province Fall 2020 Address state or province validated by the external tax calculation service.

Text(20)
ValidatedStreet__c Validated Street Fall 2020 Address street validated by the external tax calculation service.

TextArea


© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.