Share via


Table "Payment Terms"

ID 3
Namespace: Microsoft.Foundation.PaymentTerms

Properties

Name Value
Caption Payment Terms
DataCaptionFields 1,5
LookupPageID Page Microsoft.Foundation.PaymentTerms."Payment Terms"
DataClassification CustomerContent

Fields

Name Type Description
Code Code[10]
"Due Date Calculation" DateFormula
"Discount Date Calculation" DateFormula
"Discount %" Decimal
Description Text[100]
"Calc. Pmt. Disc. on Cr. Memos" Boolean
"Last Modified Date Time" DateTime
"Coupled to CRM" Boolean
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

TranslateDescription

procedure TranslateDescription(var PaymentTerms: Record "Payment Terms", Language: Code[10])

Parameters

Name Type Description
PaymentTerms Table Microsoft.Foundation.PaymentTerms."Payment Terms"
Language Code[10]

GetDescriptionInCurrentLanguageFullLength

procedure GetDescriptionInCurrentLanguageFullLength(): Text[100]

Returns

Type Description
Text[100]

UsePaymentDiscount

procedure UsePaymentDiscount(): Boolean

Returns

Type Description
Boolean

Events

OnAfterTranslateDescription

[IntegrationEvent(False,False)]
local procedure OnAfterTranslateDescription(var PaymentTerms: Record "Payment Terms", Language: Code[10])

Parameters

Name Type Description
PaymentTerms Table Microsoft.Foundation.PaymentTerms."Payment Terms"
Language Code[10]

See also