Foundations Data Dictionary

fferpcore__Company__c

Label: Company

Stores the company details.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
fferpcore__City__c City Pre-Spring 2018 Text(40) false
fferpcore__Code__c Code Pre-Spring 2018 Company code in the Avatax account to which documents are to be posted. If this field does not contain a value, documents are assigned to the default company.

Text(10) false
fferpcore__CorrelationId__c Correlation Id Pre-Spring 2018 Text(32) false
fferpcore__Country__c Country Pre-Spring 2018 Text(40) false
fferpcore__Email__c Email Pre-Spring 2018 Email false
fferpcore__Fax__c Fax Pre-Spring 2018 Phone false
fferpcore__IsAddressValidated__c Address Validated Pre-Spring 2018 Indicates whether the company 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__Zip__c) && ISBLANK(fferpcore__Country__c) ) && ( fferpcore__Street__c = fferpcore__ValidatedStreet__c ) && ( fferpcore__City__c = fferpcore__ValidatedCity__c ) && ( fferpcore__State__c = fferpcore__ValidatedState__c ) && ( fferpcore__Zip__c = fferpcore__ValidatedZip__c ) && ( fferpcore__Country__c = fferpcore__ValidatedCountry__c )
Checkbox
fferpcore__LogoURL__c Logo URL Pre-Spring 2018 URL of the company's logo.

Text(255) false
fferpcore__Logo__c Logo Pre-Spring 2018 Formula field that displays the company logo specified in the Logo URL.

Formula:
IF(LEN(fferpcore__LogoURL__c)=0,"", IMAGE(fferpcore__LogoURL__c,"Company Logo"))
Text false
fferpcore__Phone__c Phone Pre-Spring 2018 Phone false
fferpcore__ScannedPayableDocumentEmail__c Scanned Payable Document Email Summer 2023 Displays the email ID from the email service which is used to assign the company to payable documents.

Text(255) false
fferpcore__State__c State/Province Pre-Spring 2018 Text(20) false
fferpcore__Street__c Street Pre-Spring 2018 Text(255) false
fferpcore__TaxInformation__c Tax Information Pre-Spring 2018 Lookup to the tax information for this company.

Looks up to: fferpcore__CompanyTaxInformation__c
Lookup false
fferpcore__UniquenessConstraint__c Uniqueness Constraint Pre-Spring 2018 Text(255) false
fferpcore__ValidatedCity__c Validated City Pre-Spring 2018 Address city validated by the external tax calculation service.

Text(40) false
fferpcore__ValidatedCountry__c Validated Country Pre-Spring 2018 Address country validated by the external tax calculation service.

Text(40) false
fferpcore__ValidatedState__c Validated State/Province Pre-Spring 2018 Address state or province validated by the external tax calculation service.

Text(20) false
fferpcore__ValidatedStreet__c Validated Street Pre-Spring 2018 Address street validated by the external tax calculation service.

TextArea false
fferpcore__ValidatedZip__c Validated Zip/Postal Code Pre-Spring 2018 Address postal code validated by the external tax calculation service.

Text(20) false
fferpcore__Website__c Website Pre-Spring 2018 URL of the company's website.

Url false
fferpcore__Zip__c Zip/Postal Code Pre-Spring 2018 Text(20) false


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