Foundations Data Dictionary

ExchangeRateHistory__c

Label: Exchange Rate History

Stores a log of changes to exchange rate details.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
EndDate__c End Date Fall 2019 The last date that the exchange rate is valid.

Date false
Group__c Group Fall 2019 The group that the exchange rate entry relates to.

Looks up to: ExchangeRateGroup__c
Lookup true
RateCurrency__c Rate Currency Fall 2019 The currency ISO code for the exchange rate.

Text(3) true
RateType__c Rate Type Fall 2019 The type of exchange rate.

Text(255) true
Rate__c Rate Fall 2019 The exchange rate for the specific currency.

Number(18,9) false
RelativeCurrency__c Relative Currency Fall 2019 The default currency for the related group.

Formula:
LEFT(TEXT(Group__r.DefaultCurrency__c), 3)
Text false
StartDate__c Effective Date Fall 2019 The first date that the exchange rate is valid.

Date true


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