Codeunit 18123354 EOS AdvCustVendStat Routines
Codeunit 18123354 EOS AdvCustVendStat Routines
Methods
IsNewAdvancedCustVendStatementsPageEnabled
procedure IsNewAdvancedCustVendStatementsPageEnabled(): Boolean
Parameters / Return Value
- Returns
Boolean
SetUseNewAnalysisPage
procedure SetUseNewAnalysisPage(SetEnabled: Boolean)
Parameters / Return Value
- SetEnabled
Boolean
ResolveDateFilter
procedure ResolveDateFilter(var DateFilter: Text; var StartingDate: Date; var EndingDate: Date)
Parameters / Return Value
DateFilter
Text[]StartingDate
DateEndingDate
Date
GetPaymentMethodDescription
procedure GetPaymentMethodDescription(PaymentMethodCode: Code[20]; LanguageCode: Code[10]): Text
Returns a language-specific description for a given payment method code.
Parameters / Return Value
PaymentMethodCode
Code[20]LanguageCode
Code[10]Returns
Text[]
GetPaymentTermsDescription
procedure GetPaymentTermsDescription(PaymentTermsCode: Code[20]; LanguageCode: Code[10]): Text
returns a language-specific description for a given payment terms code.
Parameters / Return Value
PaymentTermsCode
Code[20]LanguageCode
Code[10]Returns
Text[]
GetDocumentTypeAbbreviation
procedure GetDocumentTypeAbbreviation(DocumentType: Enum "EOS008 Document Type") Result: Text
Returns a translated value for a given DocumentType (first 4 characters).
Parameters / Return Value
DocumentType
Enum "EOS008 Document Type"Returns
Text[]
GetDocumentTypeAbbreviation3
procedure GetDocumentTypeAbbreviation3(DocumentType: Enum "EOS008 Document Type") Result: Text
Returns a language-specific abbreviation for a given document type. (max 4 characters).
Parameters / Return Value
DocumentType
Enum "EOS008 Document Type"Returns
Text[]
GetNotificationId
Obsolete
Pending: Don’t use it. (27.0)procedure GetNotificationId(): Guid
Parameters / Return Value
- Returns
Guid
Events
OnBeforeGetDocumentTypeAbbreviation
local procedure OnBeforeGetDocumentTypeAbbreviation(DocumentType: Enum "EOS008 Document Type"; var Abreviations: Text)
Event to modify the document type abbreviation retrieval (first 4 characters).
Parameters / Return Value
DocumentType
Enum "EOS008 Document Type"Abreviations
Text[]
OnBeforeGetDocumentTypeAbbreviation3
local procedure OnBeforeGetDocumentTypeAbbreviation3(DocumentType: Enum "EOS008 Document Type"; var Abreviations: Text)
Event to modify the document type abbreviation retrieval (as short as possibile, max 4 characters).
Parameters / Return Value
DocumentType
Enum "EOS008 Document Type"Abreviations
Text[]
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.