project QadFinancials > class BExchangeRateType > business logic query ExchangeRateTypeById

Description

Retrieves Exchange Rate Type by ExchangeRateType_ID


Parameters


iiExchangeRateTypeIdintegerExchangeRateType_ID


query condition


  each ExchangeRateType where
ExchangeRateType.ExchangeRateType_ID = iiExchangeRateTypeId


query resultset tqExchangeRateTypeById


field namedata typedb fielddescription
tiExchangeRateType_IDintegerExchangeRateType.ExchangeRateType_IDRecord ID
tcExchangeRateTypeCodecharacterExchangeRateType.ExchangeRateTypeCodeA code identifying an exchange rate type. A number of types are predefined and required by the system.
tcExchangeRateTypeDescriptcharacterExchangeRateType.ExchangeRateTypeDescriptA brief description (maximum 40 characters) of the exchange rate type to help identify its use.
tlExchangeRateTypeIsActivelogicalExchangeRateType.ExchangeRateTypeIsActiveIndicate if this is an active record.
api annotation:Value for this field defaults to false.
tlExchangeRateTypeIsExportedlogicalExchangeRateType.ExchangeRateTypeIsExportedExported
api annotation:Value for this field defaults to false.
tlExchangeRateTypeIsFallBacklogicalExchangeRateType.ExchangeRateTypeIsFallBackIndicate whether the system must revert to using the accounting exchange rate when it cannot find a valid exchange rate of the type.
api annotation:Value for this field defaults to false.
tlExchangeRateTypeIsSystemlogicalExchangeRateType.ExchangeRateTypeIsSystemIndicate whether this rate type is System-Owned.
api annotation:Value for this field defaults to false.
tlExchangeRateTypeIsTillDatelogicalExchangeRateType.ExchangeRateTypeIsTillDateIndicate whether to specify the validity end dates for this rate type.
api annotation:Value for this field defaults to false.
tiExchangeRateTypeValidityintegerExchangeRateType.ExchangeRateTypeValidityThe default number of days that exchange rates of this type is valid.
api annotation:Value for this field defaults to 1.


Internal usage


QadFinancials
method BExchangeRate.PreValidateComponentDateTill
method BGL.ConvDBToCalcForGL
method BGL.ValRevalCCExchangeRateType
method BGL.ValRevalExchangeRateType
method BMfgExchangeRate.ProcessRow
method BRevaluation.GetRevExchangeRateType