Foundations Data Dictionary

fferpcore__CompanySite__c

Label: Company Site

Stores site details for specific companies.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
fferpcore__City__c City Summer 2020 Company site address city.

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

Looks up to: fferpcore__Company__c
MasterDetail
fferpcore__Country__c Country Summer 2020 Company site address country.

Text(40) false
fferpcore__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(fferpcore__Street__c) && ISBLANK(fferpcore__City__c) && ISBLANK(fferpcore__State__c) && ISBLANK(fferpcore__PostalCode__c) && ISBLANK(fferpcore__Country__c) ) && ( fferpcore__Street__c = fferpcore__ValidatedStreet__c ) && ( fferpcore__City__c = fferpcore__ValidatedCity__c ) && ( fferpcore__State__c = fferpcore__ValidatedState__c ) && ( fferpcore__PostalCode__c = fferpcore__ValidatedPostalCode__c ) && ( fferpcore__Country__c = fferpcore__ValidatedCountry__c )
Checkbox
fferpcore__PostalCode__c Zip/Postal Code Summer 2020 Company site address postal code.

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

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

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

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

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

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

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

TextArea false


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