Table "Additional Fee Setup"

ID 1050
Namespace: Microsoft.Sales.Reminder

Properties

Name Value
Caption Additional Fee Setup
DrillDownPageID Page Microsoft.Sales.Reminder."Additional Fee Setup"
LookupPageID Page Microsoft.Sales.Reminder."Additional Fee Setup"
DataClassification CustomerContent

Fields

Name Type Description
"Charge Per Line" Boolean
"Reminder Terms Code" Code[10]
"Reminder Level No." Integer
"Currency Code" Code[10]
"Threshold Remaining Amount" Decimal
"Additional Fee Amount" Decimal
"Additional Fee %" Decimal
"Min. Additional Fee Amount" Decimal
"Max. Additional Fee Amount" Decimal
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

GetAdditionalFeeFromSetup

procedure GetAdditionalFeeFromSetup(ReminderLevel: Record "Reminder Level", RemAmount: Decimal, CurrencyCode: Code[10], ChargePerLine: Boolean, AddFeeCalcType: Option, PostingDate: Date): Decimal

Parameters

Name Type Description
ReminderLevel Table Microsoft.Sales.Reminder."Reminder Level"
RemAmount Decimal
CurrencyCode Code[10]
ChargePerLine Boolean
AddFeeCalcType Option
PostingDate Date

Returns

Type Description
Decimal

See also