Table "Payment Terms"
ID 3
Namespace: Microsoft.Foundation.PaymentTerms
Properties
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
GetDescriptionInCurrentLanguageFullLength
procedure GetDescriptionInCurrentLanguageFullLength(): Text[100]
Returns
| Type |
Description |
|
Text[100]
|
|
UsePaymentDiscount
procedure UsePaymentDiscount(): Boolean
Returns
Events
OnAfterTranslateDescription
[IntegrationEvent(False,False)]
local procedure OnAfterTranslateDescription(var PaymentTerms: Record "Payment Terms", Language: Code[10])
Parameters
See also