
Extending NAVAX Document Text
[IntegrationEvent(false, false)]
local procedure OnBeforeGetFormattedText(Text: Text[2048]; var RetText: Text; AsHTML: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text[2048] | Text | Represents the text value that can be adjusted. |
| Text | RetText | [Pass by Reference]Represents the text value that can be adjusted. |
| Boolean | AsHTML | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterCreateStyleExpression(StyleText: Text)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text | StyleText | Parameter used by the current event. |
[IntegrationEvent(false, false)]
local procedure OnBeforeEditText(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var IsHandled: Boolean; Editable: Boolean; var ReturnValue: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
| Boolean | Editable | A Boolean switch that can be influenced by the extension. |
| Boolean | ReturnValue | [Pass by Reference]Returns the result of the event handling. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetSequelFieldsSetCustomFields(var TempMasterDocTextLine: Record "NVXDT Doc. Text Line"; var FromExtendedTextHeader: Record "Extended Text Header"; var ToDocTextLine: Record "NVXDT Doc. Text Line")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | TempMasterDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "Extended Text Header" | FromExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | ToDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnBeforeGetFormattedText(Text: Text[2048]; var RetText: Text; AsHTML: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text[2048] | Text | Represents the text value that can be adjusted. |
| Text | RetText | [Pass by Reference]Represents the text value that can be adjusted. |
| Boolean | AsHTML | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeEditText(var NVXDTDocTextLineArchive: Record "NVXDT Doc. Text Line Archive"; var IsHandled: Boolean; Editable: Boolean; var ReturnValue: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line Archive" | NVXDTDocTextLineArchive | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
| Boolean | Editable | A Boolean switch that can be influenced by the extension. |
| Boolean | ReturnValue | [Pass by Reference]Returns the result of the event handling. |
[IntegrationEvent(false, false)]
local procedure OnAfterCreateStyleExpression(StyleText: Text)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text | StyleText | Parameter used by the current event. |
[IntegrationEvent(false, false)]
local procedure OnBeforeGetFormattedText(Text: Text[2048]; var RetText: Text; AsHTML: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text[2048] | Text | Represents the text value that can be adjusted. |
| Text | RetText | [Pass by Reference]Represents the text value that can be adjusted. |
| Boolean | AsHTML | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterCreateStyleExpression(StyleText: Text)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text | StyleText | Parameter used by the current event. |
[IntegrationEvent(false, false)]
local procedure OnBeforeEditText(var NVXDTJobTextLine: Record "NVXDT Job Text Line"; var IsHandled: Boolean; Editable: Boolean; var ReturnValue: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Job Text Line" | NVXDTJobTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
| Boolean | Editable | A Boolean switch that can be influenced by the extension. |
| Boolean | ReturnValue | [Pass by Reference]Returns the result of the event handling. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetSequelFieldsSetCustomFields(var TempMasterJobTextLine: Record "NVXDT Job Text Line"; var FromExtendedTextHeader: Record "Extended Text Header"; var ToJobTextLine: Record "NVXDT Job Text Line")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Job Text Line" | TempMasterJobTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "Extended Text Header" | FromExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Job Text Line" | ToJobTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnBeforeGetFormattedText(Text: Text[2048]; var RetText: Text; AsHTML: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text[2048] | Text | Represents the text value that can be adjusted. |
| Text | RetText | [Pass by Reference]Represents the text value that can be adjusted. |
| Boolean | AsHTML | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeEditText(var NVXDTJobTextLineArchive: Record "NVXDT Job Text Line Archive"; var IsHandled: Boolean; Editable: Boolean; var ReturnValue: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Job Text Line Archive" | NVXDTJobTextLineArchive | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
| Boolean | Editable | A Boolean switch that can be influenced by the extension. |
| Boolean | ReturnValue | [Pass by Reference]Returns the result of the event handling. |
[IntegrationEvent(false, false)]
local procedure OnAfterCreateStyleExpression(StyleText: Text)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text | StyleText | Parameter used by the current event. |
[IntegrationEvent(false, false)]
local procedure OnBeforeGetFormattedText(Text: Text[2048]; var RetText: Text; AsHTML: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text[2048] | Text | Represents the text value that can be adjusted. |
| Text | RetText | [Pass by Reference]Represents the text value that can be adjusted. |
| Boolean | AsHTML | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterCreateStyleExpression(StyleText: Text)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text | StyleText | Parameter used by the current event. |
[IntegrationEvent(false, false)]
local procedure OnBeforeEditText(var NVXDTPostedDocTextLine: Record "NVXDT Posted Doc. Text Line"; var IsHandled: Boolean; Editable: Boolean; var ReturnValue: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Posted Doc. Text Line" | NVXDTPostedDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
| Boolean | Editable | A Boolean switch that can be influenced by the extension. |
| Boolean | ReturnValue | [Pass by Reference]Returns the result of the event handling. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetSequelFieldsSetCustomFields(var FromExtendedTextHeader: Record "Extended Text Header"; var ToPostedDocTextLine: Record "NVXDT Posted Doc. Text Line")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Header" | FromExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Posted Doc. Text Line" | ToPostedDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnOpenLicenseOverview()
begin
end;
| Type | Name | Description |
|---|
[IntegrationEvent(false, false)]
local procedure OnCheckLicense(ContinueIfExpired: Boolean; var Result: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Boolean | ContinueIfExpired | A Boolean switch that can be influenced by the extension. |
| Boolean | Result | [Pass by Reference]Returns the result of the event handling. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnBeforeEditText(var ExtendedTextLine: Record "Extended Text Line"; var IsHandled: Boolean; Editable: Boolean; var ReturnValue: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Line" | ExtendedTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
| Boolean | Editable | A Boolean switch that can be influenced by the extension. |
| Boolean | ReturnValue | [Pass by Reference]Returns the result of the event handling. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnAfterGetTableIdOnUnknownTable(var TableID: Integer; ExtendedTextLine: Record "Extended Text Line"; ReadOnly: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Integer | TableID | [Pass by Reference]An integer value used by the current logic. |
| Record "Extended Text Line" | ExtendedTextLine | The record instance that can be inspected or changed. |
| Boolean | ReadOnly | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnGetDocTextFlagsOnBeforeExit(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var DocTextExist: Boolean; var FollDocTextExist: Boolean; Job: Record "Job")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | FollDocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Record "Job" | Job | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnAfterGetDocTextFlags(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var DocTextExist: Boolean; var FollDocTextExist: Boolean; Job: Record "Job")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | FollDocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Record "Job" | Job | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnGetDocTextFlagsOnBeforeExit(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var DocTextExist: Boolean; var FollDocTextExist: Boolean; PurchaseHeader: Record "Purchase Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | FollDocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Record "Purchase Header" | PurchaseHeader | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnAfterGetDocTextFlags(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var DocTextExist: Boolean; var FollDocTextExist: Boolean; PurchaseHeader: Record "Purchase Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | FollDocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Record "Purchase Header" | PurchaseHeader | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnGetDocTextFlagsOnBeforeExit(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var DocTextExist: Boolean; var FollDocTextExist: Boolean; SalesHeader: Record "Sales Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | FollDocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Record "Sales Header" | SalesHeader | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnAfterGetDocTextFlags(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var DocTextExist: Boolean; var FollDocTextExist: Boolean; SalesHeader: Record "Sales Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | FollDocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Record "Sales Header" | SalesHeader | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnGetDocTextFlagsOnBeforeExit(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var DocTextExist: Boolean; var FollDocTextExist: Boolean; ServiceContractHeader: Record "Service Contract Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | FollDocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Record "Service Contract Header" | ServiceContractHeader | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnAfterGetDocTextFlags(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var DocTextExist: Boolean; var FollDocTextExist: Boolean; ServiceContractHeader: Record "Service Contract Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | FollDocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Record "Service Contract Header" | ServiceContractHeader | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnGetDocTextFlagsOnBeforeExit(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var DocTextExist: Boolean; var FollDocTextExist: Boolean; ServiceHeader: Record "Service Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | FollDocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Record "Service Header" | ServiceHeader | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnAfterGetDocTextFlags(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var DocTextExist: Boolean; var FollDocTextExist: Boolean; ServiceHeader: Record "Service Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | FollDocTextExist | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Record "Service Header" | ServiceHeader | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnBeforeSalesQuoteToOrderOnBeforeDeleteSalesQuote(var QuoteSalesHeader: Record "Sales Header"; var OrderSalesHeader: Record "Sales Header"; var IsHandled: Boolean; var SalesQuoteLine: Record "Sales Line"; var DeleteTexts: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Sales Header" | QuoteSalesHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "Sales Header" | OrderSalesHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
| Record "Sales Line" | SalesQuoteLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DeleteTexts | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnBeforeSalesQuoteToInvoiceOnBeforeDeletionOfQuote(var SalesHeader: Record "Sales Header"; var SalesInvoiceHeader: Record "Sales Header"; var IsHandled: Boolean; var SalesQuoteLine: Record "Sales Line"; var DeleteTexts: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Sales Header" | SalesHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "Sales Header" | SalesInvoiceHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
| Record "Sales Line" | SalesQuoteLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DeleteTexts | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnBeforePurchQuoteToOrderOnBeforeDeletePurchQuote(var QuotePurchHeader: Record "Purchase Header"; var OrderPurchHeader: Record "Purchase Header"; var IsHandled: Boolean; var DeleteTexts: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Purchase Header" | QuotePurchHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "Purchase Header" | OrderPurchHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
| Boolean | DeleteTexts | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnCopyHeaderTextsFromSalesDocumentOnUnknownDocType(SalesDocumentTypeFrom: Enum "Sales Document Type From"; FromDocumentNo: Code[20]; var ToSalesHeader: Record "Sales Header"; FromDocOccurenceNo: Integer; FromDocVersionNo: Integer; DeleteFromTexts: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Enum "Sales Document Type From" | SalesDocumentTypeFrom | Parameter used by the current event. |
| Code[20] | FromDocumentNo | A code value such as a document number or type. |
| Record "Sales Header" | ToSalesHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Integer | FromDocOccurenceNo | An integer value used by the current logic. |
| Integer | FromDocVersionNo | An integer value used by the current logic. |
| Boolean | DeleteFromTexts | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnCopyHeaderTextsFromPurchaseDocumentOnUnknownDocType(PurchaseDocumentTypeFrom: Enum "Purchase Document Type From"; FromDocumentNo: Code[20]; var ToPurchaseHeader: Record "Purchase Header"; FromDocOccurenceNo: Integer; FromDocVersionNo: Integer; DeleteFromTexts: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Enum "Purchase Document Type From" | PurchaseDocumentTypeFrom | Parameter used by the current event. |
| Code[20] | FromDocumentNo | A code value such as a document number or type. |
| Record "Purchase Header" | ToPurchaseHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Integer | FromDocOccurenceNo | An integer value used by the current logic. |
| Integer | FromDocVersionNo | An integer value used by the current logic. |
| Boolean | DeleteFromTexts | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeGetRecordRefData(RecordRef: RecordRef; var _TableID: Integer; var _DocNo: Code[20]; var _DocDate: Date; var _DocType: Enum "NVXDT Document Type"; var _DocStatus: Option; var _DocLineNo: Integer; var _DocLineTheNo: Code[20]; var _DocLineTheType: Option; var IsHandled: Boolean; LanguageCode: Code[10])
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | The record instance that can be inspected or changed. |
| Integer | _TableID | [Pass by Reference]An integer value used by the current logic. |
| Code[20] | _DocNo | [Pass by Reference]A code value such as a document number or type. |
| Date | _DocDate | [Pass by Reference]A date value used by the current logic. |
| Enum "NVXDT Document Type" | _DocType | [Pass by Reference]Parameter used by the current event. |
| Option | _DocStatus | [Pass by Reference]Parameter used by the current event. |
| Integer | _DocLineNo | [Pass by Reference]An integer value used by the current logic. |
| Code[20] | _DocLineTheNo | [Pass by Reference]A code value such as a document number or type. |
| Option | _DocLineTheType | [Pass by Reference]Parameter used by the current event. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
| Code[10] | LanguageCode | A code value such as a document number or type. |
[IntegrationEvent(false, false)]
local procedure OnAfterGetRecordRefData(RecordRef: RecordRef; var _TableID: Integer; var _DocNo: Code[20]; var _DocDate: Date; var _DocType: Enum "NVXDT Document Type"; var _DocStatus: Option; var _DocLineNo: Integer; var _DocLineTheNo: Code[20]; var _DocLineTheType: Option; LanguageCode: Code[10])
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | The record instance that can be inspected or changed. |
| Integer | _TableID | [Pass by Reference]An integer value used by the current logic. |
| Code[20] | _DocNo | [Pass by Reference]A code value such as a document number or type. |
| Date | _DocDate | [Pass by Reference]A date value used by the current logic. |
| Enum "NVXDT Document Type" | _DocType | [Pass by Reference]Parameter used by the current event. |
| Option | _DocStatus | [Pass by Reference]Parameter used by the current event. |
| Integer | _DocLineNo | [Pass by Reference]An integer value used by the current logic. |
| Code[20] | _DocLineTheNo | [Pass by Reference]A code value such as a document number or type. |
| Option | _DocLineTheType | [Pass by Reference]Parameter used by the current event. |
| Code[10] | LanguageCode | A code value such as a document number or type. |
[IntegrationEvent(false, false)]
local procedure OnGetRecordRefDataUnknownTable(RecordRef: RecordRef; var _TableID: Integer; var _DocNo: Code[20]; var _DocDate: Date; var _DocType: Enum "NVXDT Document Type"; var _DocStatus: Option; var GlobalVersionNo: Integer; var _DocLineNo: Integer; var _DocLineTheNo: Code[20]; var _DocLineTheType: Option; var Handled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | The record instance that can be inspected or changed. |
| Integer | _TableID | [Pass by Reference]An integer value used by the current logic. |
| Code[20] | _DocNo | [Pass by Reference]A code value such as a document number or type. |
| Date | _DocDate | [Pass by Reference]A date value used by the current logic. |
| Enum "NVXDT Document Type" | _DocType | [Pass by Reference]Parameter used by the current event. |
| Option | _DocStatus | [Pass by Reference]Parameter used by the current event. |
| Integer | GlobalVersionNo | [Pass by Reference]An integer value used by the current logic. |
| Integer | _DocLineNo | [Pass by Reference]An integer value used by the current logic. |
| Code[20] | _DocLineTheNo | [Pass by Reference]A code value such as a document number or type. |
| Option | _DocLineTheType | [Pass by Reference]Parameter used by the current event. |
| Boolean | Handled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeDeleteText(RecordRef: RecordRef; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeDoPrintText(var TableID: Integer; var DocLineTheType: Option; var DocLineTheType2: Option; var DocLineTheNo: Code[20]; var Unconditionally: Boolean; var AutoText: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Integer | TableID | [Pass by Reference]An integer value used by the current logic. |
| Option | DocLineTheType | [Pass by Reference]Parameter used by the current event. |
| Option | DocLineTheType2 | [Pass by Reference]Parameter used by the current event. |
| Code[20] | DocLineTheNo | [Pass by Reference]A code value such as a document number or type. |
| Boolean | Unconditionally | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | AutoText | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterDoPrintUnknownTableID(TableID: Integer; DocLineTheType: Option; DocLineTheType2: Option; DocLineTheNo: Code[20]; Unconditionally: Boolean; var AutoText: Boolean; var Handled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Integer | TableID | An integer value used by the current logic. |
| Option | DocLineTheType | Parameter used by the current event. |
| Option | DocLineTheType2 | Parameter used by the current event. |
| Code[20] | DocLineTheNo | A code value such as a document number or type. |
| Boolean | Unconditionally | A Boolean switch that can be influenced by the extension. |
| Boolean | AutoText | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | Handled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeExtTextToDocTextSetSequelFields(var TempDocTextLine: Record "NVXDT Doc. Text Line"; var ExtendedTextHeader: Record "Extended Text Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | TempDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnBeforeExtTextToPostedDocTextSetSequelFields(var TempPostedDocTextLine: Record "NVXDT Posted Doc. Text Line"; var ExtendedTextHeader: Record "Extended Text Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Posted Doc. Text Line" | TempPostedDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnBeforeExtTextToJobTextSetSequelFields(var TempNVXDTJobTextLine: Record "NVXDT Job Text Line"; var ExtendedTextHeader: Record "Extended Text Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Job Text Line" | TempNVXDTJobTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnBeforeResetDocTypeFilterSetFilterGroup(var ExtendedTextHeader: Record "Extended Text Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnBeforeSetExtTextHeaderFilters(var ExtendedTextHeader: Record "Extended Text Header"; LanguageCode: Code[10]; TableID: Integer; DocNo: Code[20]; var DocType: Enum "NVXDT Document Type"; var DocDate: Date; DocLineTheType: Option; DocLineTheNo: Code[20]; var DocLineNo: Integer; var TextType: Enum "NVXDT Text Type"; var Unconditional: Boolean; var AddedLines: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Code[10] | LanguageCode | A code value such as a document number or type. |
| Integer | TableID | An integer value used by the current logic. |
| Code[20] | DocNo | A code value such as a document number or type. |
| Enum "NVXDT Document Type" | DocType | [Pass by Reference]Parameter used by the current event. |
| Date | DocDate | [Pass by Reference]A date value used by the current logic. |
| Option | DocLineTheType | Parameter used by the current event. |
| Code[20] | DocLineTheNo | A code value such as a document number or type. |
| Integer | DocLineNo | [Pass by Reference]An integer value used by the current logic. |
| Enum "NVXDT Text Type" | TextType | [Pass by Reference]Parameter used by the current event. |
| Boolean | Unconditional | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | AddedLines | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetExtTextHeaderFiltersJobPlanningLine(var ExtendedTextHeader: Record "Extended Text Header"; var AddedLines: Boolean; var LanguageCode: Code[10]; var JobNo: Code[20]; var JobTaskNo: Code[20]; var DocDate: Date; var DocLineTheType: Option; var DocLineTheNo: Code[20]; var DocLineNo: Integer; Unconditionally: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | AddedLines | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Code[10] | LanguageCode | [Pass by Reference]A code value such as a document number or type. |
| Code[20] | JobNo | [Pass by Reference]A code value such as a document number or type. |
| Code[20] | JobTaskNo | [Pass by Reference]A code value such as a document number or type. |
| Date | DocDate | [Pass by Reference]A date value used by the current logic. |
| Option | DocLineTheType | [Pass by Reference]Parameter used by the current event. |
| Code[20] | DocLineTheNo | [Pass by Reference]A code value such as a document number or type. |
| Integer | DocLineNo | [Pass by Reference]An integer value used by the current logic. |
| Boolean | Unconditionally | A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetExtTextHeaderFilters(var ExtendedTextHeader: Record "Extended Text Header"; var AddedLines: Boolean; var LanguageCode: Code[10]; var TableID: Integer; var DocNo: Code[20]; var DocType: Enum "NVXDT Document Type"; var DocDate: Date; var DocLineTheType: Option; var DocLineTheNo: Code[20]; var DocLineNo: Integer; var TextType: Enum "NVXDT Text Type"; Unconditionally: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | AddedLines | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Code[10] | LanguageCode | [Pass by Reference]A code value such as a document number or type. |
| Integer | TableID | [Pass by Reference]An integer value used by the current logic. |
| Code[20] | DocNo | [Pass by Reference]A code value such as a document number or type. |
| Enum "NVXDT Document Type" | DocType | [Pass by Reference]Parameter used by the current event. |
| Date | DocDate | [Pass by Reference]A date value used by the current logic. |
| Option | DocLineTheType | [Pass by Reference]Parameter used by the current event. |
| Code[20] | DocLineTheNo | [Pass by Reference]A code value such as a document number or type. |
| Integer | DocLineNo | [Pass by Reference]An integer value used by the current logic. |
| Enum "NVXDT Text Type" | TextType | [Pass by Reference]Parameter used by the current event. |
| Boolean | Unconditionally | A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnBeforeSetDocTextLineFields(TableID: Integer; var DocType: Enum "NVXDT Document Type"; DocNo: Code[20]; var DocLineNo: Integer; var TextType: Enum "NVXDT Text Type"; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Integer | TableID | An integer value used by the current logic. |
| Enum "NVXDT Document Type" | DocType | [Pass by Reference]Parameter used by the current event. |
| Code[20] | DocNo | A code value such as a document number or type. |
| Integer | DocLineNo | [Pass by Reference]An integer value used by the current logic. |
| Enum "NVXDT Text Type" | TextType | [Pass by Reference]Parameter used by the current event. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeShowTexts(RecordRef: RecordRef; TextType: Enum "NVXDT Text Type"; var Handled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | The record instance that can be inspected or changed. |
| Enum "NVXDT Text Type" | TextType | Parameter used by the current event. |
| Boolean | Handled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetDocTextLineFilterOnUnknownTableID(TableID: Integer; DocType: Enum "NVXDT Document Type"; DocNo: Code[20]; DocLineNo: Integer; var DocTextLine: Record "NVXDT Doc. Text Line"; var Handled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Integer | TableID | An integer value used by the current logic. |
| Enum "NVXDT Document Type" | DocType | Parameter used by the current event. |
| Code[20] | DocNo | A code value such as a document number or type. |
| Integer | DocLineNo | An integer value used by the current logic. |
| Record "NVXDT Doc. Text Line" | DocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | Handled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetExtTextHeaderDocTypeFiltersOnUnknownTableID(TableID: Integer; DocType: Enum "NVXDT Document Type"; var ExtendedTextHeader: Record "Extended Text Header"; var Handled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Integer | TableID | An integer value used by the current logic. |
| Enum "NVXDT Document Type" | DocType | Parameter used by the current event. |
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | Handled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetExtTextHeaderTableFilterOnUnknownTableID(TableID: Integer; DocLineTheType: Option; DocLineTheNo: Code[20]; var ExtendedTextHeader: Record "Extended Text Header"; var Handled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Integer | TableID | An integer value used by the current logic. |
| Option | DocLineTheType | Parameter used by the current event. |
| Code[20] | DocLineTheNo | A code value such as a document number or type. |
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | Handled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnInsertItemAttributeTextLineUnknownTableID(RecordRef: RecordRef; TableID: Integer; DocType: Enum "NVXDT Document Type"; DocNo: Code[20]; DocLineNo: Integer; TextType: Enum "NVXDT Text Type"; var AddedLines: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | The record instance that can be inspected or changed. |
| Integer | TableID | An integer value used by the current logic. |
| Enum "NVXDT Document Type" | DocType | Parameter used by the current event. |
| Code[20] | DocNo | A code value such as a document number or type. |
| Integer | DocLineNo | An integer value used by the current logic. |
| Enum "NVXDT Text Type" | TextType | Parameter used by the current event. |
| Boolean | AddedLines | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnSetDocTextLineFieldTableNotDefined(TableID: Integer; var DocType: Enum "NVXDT Document Type"; DocNo: Code[20]; var DocLineNo: Integer; var TextType: Enum "NVXDT Text Type"; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Integer | TableID | An integer value used by the current logic. |
| Enum "NVXDT Document Type" | DocType | [Pass by Reference]Parameter used by the current event. |
| Code[20] | DocNo | A code value such as a document number or type. |
| Integer | DocLineNo | [Pass by Reference]An integer value used by the current logic. |
| Enum "NVXDT Text Type" | TextType | [Pass by Reference]Parameter used by the current event. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeGetCustomerOrVendorTextCodes(GlobalTableID: Integer; Customer: Record Customer; Vendor: Record Vendor; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Integer | GlobalTableID | An integer value used by the current logic. |
| Record Customer | Customer | The record instance that can be inspected or changed. |
| Record Vendor | Vendor | The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnCopyJobTextToDocText(var FromNVXDTJobTextLine: Record "NVXDT Job Text Line"; var ToNVXDTDocTextLine: Record "NVXDT Doc. Text Line")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Job Text Line" | FromNVXDTJobTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | ToNVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnAfterCopyJobTextLineToTempDocTextLineOnSetSequelFields(var FromNVXDTJobTextLine: Record "NVXDT Job Text Line"; var TempNVXDTDocTextLine: Record "NVXDT Doc. Text Line")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Job Text Line" | FromNVXDTJobTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | TempNVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnBeforeSetFilterOnCopyText(FromRecordRef: RecordRef; ToRecordRef: RecordRef; DeleteFromText: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | FromRecordRef | The record instance that can be inspected or changed. |
| RecordRef | ToRecordRef | The record instance that can be inspected or changed. |
| Boolean | DeleteFromText | A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetFilterOnCopyText(FromRecordRef: RecordRef; ToRecordRef: RecordRef; var FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; DeleteFromText: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | FromRecordRef | The record instance that can be inspected or changed. |
| RecordRef | ToRecordRef | The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | DeleteFromText | A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnBeforeTestDocTextLineInsert(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var Result: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | Result | [Pass by Reference]Returns the result of the event handling. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnTestDocTextLineInsertUnknownTable(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var Result: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | Result | [Pass by Reference]Returns the result of the event handling. |
[IntegrationEvent(false, false)]
local procedure OnAfterTestDocTextLineInsert(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var Result: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | Result | [Pass by Reference]Returns the result of the event handling. |
[IntegrationEvent(false, false)]
local procedure OnAfterResetSequelFields(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnAfterResetSequelFieldsArchive(var NVXDTDocTextLineArchive: Record "NVXDT Doc. Text Line Archive")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line Archive" | NVXDTDocTextLineArchive | [Pass by Reference]The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnSetExtTextHeaderDocTypeFiltersSales(var ExtendedTextHeader: Record "Extended Text Header"; var TempDocTextLine: Record "NVXDT Doc. Text Line" temporary; TableID: Integer; DocType: Enum "NVXDT Document Type")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" temporary | TempDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Integer | TableID | An integer value used by the current logic. |
| Enum "NVXDT Document Type" | DocType | Parameter used by the current event. |
[IntegrationEvent(false, false)]
local procedure OnSetExtTextHeaderDocTypeFiltersPurchase(var ExtendedTextHeader: Record "Extended Text Header"; var TempDocTextLine: Record "NVXDT Doc. Text Line" temporary; TableID: Integer; DocType: Enum "NVXDT Document Type")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" temporary | TempDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Integer | TableID | An integer value used by the current logic. |
| Enum "NVXDT Document Type" | DocType | Parameter used by the current event. |
[IntegrationEvent(false, false)]
local procedure OnSetExtTextHeaderDocTypeFiltersService(var ExtendedTextHeader: Record "Extended Text Header"; var TempDocTextLine: Record "NVXDT Doc. Text Line" temporary; TableID: Integer; DocType: Enum "NVXDT Document Type")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" temporary | TempDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Integer | TableID | An integer value used by the current logic. |
| Enum "NVXDT Document Type" | DocType | Parameter used by the current event. |
[IntegrationEvent(false, false)]
local procedure OnSetExtTextHeaderDocTypeFiltersJob(var ExtendedTextHeader: Record "Extended Text Header"; var TempDocTextLine: Record "NVXDT Doc. Text Line" temporary; TableID: Integer; DocType: Enum "NVXDT Document Type")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" temporary | TempDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Integer | TableID | An integer value used by the current logic. |
| Enum "NVXDT Document Type" | DocType | Parameter used by the current event. |
[IntegrationEvent(false, false)]
local procedure OnBeforeSetSequelFieldsSales(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; MakeNew: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | The record instance that can be inspected or changed. |
| Boolean | MakeNew | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetSequelFieldsSales(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; MakeNew: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | The record instance that can be inspected or changed. |
| Boolean | MakeNew | A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnBeforeSetSequelFieldsPurchase(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; MakeNew: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | The record instance that can be inspected or changed. |
| Boolean | MakeNew | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetSequelFieldsPurchase(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; MakeNew: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | The record instance that can be inspected or changed. |
| Boolean | MakeNew | A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnBeforeSetSequelFieldsService(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; MakeNew: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | The record instance that can be inspected or changed. |
| Boolean | MakeNew | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetSequelFieldsService(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; MakeNew: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | The record instance that can be inspected or changed. |
| Boolean | MakeNew | A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnBeforeSetSequelFieldsJob(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; MakeNew: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | The record instance that can be inspected or changed. |
| Boolean | MakeNew | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetSequelFieldsJob(var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; MakeNew: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | The record instance that can be inspected or changed. |
| Boolean | MakeNew | A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnBeforeSetSequelFieldsJobPlanningLine(var NVXDTJobTextLine: Record "NVXDT Job Text Line"; MakeNew: Boolean; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Job Text Line" | NVXDTJobTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | MakeNew | A Boolean switch that can be influenced by the extension. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetSequelFieldsJobPlanningLine(var NVXDTJobTextLine: Record "NVXDT Job Text Line"; MakeNew: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Job Text Line" | NVXDTJobTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | MakeNew | A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnAfterSetSequelFields(var ToNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; MakeNew: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | ToNVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | MakeNew | A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure OnBeforeFindDocTextLinesCopyTextNormal(FromRecordRef: RecordRef; ToRecordRef: RecordRef; FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line")
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | FromRecordRef | The record instance that can be inspected or changed. |
| RecordRef | ToRecordRef | The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnBeforeInsertCopyTextNormal(var FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var ToNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line" | FromNVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | ToNVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeFindDocTextLinesCopyTextPosted(FromRecordRef: RecordRef; ToRecordRef: RecordRef; FromNVXDTDocTextLine: Record "NVXDT Posted Doc. Text Line")
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | FromRecordRef | The record instance that can be inspected or changed. |
| RecordRef | ToRecordRef | The record instance that can be inspected or changed. |
| Record "NVXDT Posted Doc. Text Line" | FromNVXDTDocTextLine | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnBeforeInsertCopyTextPosted(var FromPostedNVXDTDocTextLine: Record "NVXDT Posted Doc. Text Line"; var ToNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Posted Doc. Text Line" | FromPostedNVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | ToNVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeFindDocTextLinesCopyTextArchive(FromRecordRef: RecordRef; ToRecordRef: RecordRef; FromNVXDTDocTextLine: Record "NVXDT Doc. Text Line Archive")
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | FromRecordRef | The record instance that can be inspected or changed. |
| RecordRef | ToRecordRef | The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line Archive" | FromNVXDTDocTextLine | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnBeforeInsertCopyTextArchive(var FromNVXDTDocTextLineArchive: Record "NVXDT Doc. Text Line Archive"; var ToNVXDTDocTextLine: Record "NVXDT Doc. Text Line"; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "NVXDT Doc. Text Line Archive" | FromNVXDTDocTextLineArchive | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | ToNVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterInsertTexts(RecordRef: RecordRef; TextType: Enum "NVXDT Text Type"; Unconditionally: Boolean; TableID: Integer; DocType: Enum "NVXDT Document Type"; DocNo: Code[20]; DocLineNo: Integer; DocDate: Date; LanguageCode: Code[10]; DocLineTheType: Option; DocLineTheNo: Code[20]; JobNo: Code[20]; JobTaskNo: Code[20]; JobPlanningLineNo: Integer)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | The record instance that can be inspected or changed. |
| Enum "NVXDT Text Type" | TextType | Parameter used by the current event. |
| Boolean | Unconditionally | A Boolean switch that can be influenced by the extension. |
| Integer | TableID | An integer value used by the current logic. |
| Enum "NVXDT Document Type" | DocType | Parameter used by the current event. |
| Code[20] | DocNo | A code value such as a document number or type. |
| Integer | DocLineNo | An integer value used by the current logic. |
| Date | DocDate | A date value used by the current logic. |
| Code[10] | LanguageCode | A code value such as a document number or type. |
| Option | DocLineTheType | Parameter used by the current event. |
| Code[20] | DocLineTheNo | A code value such as a document number or type. |
| Code[20] | JobNo | A code value such as a document number or type. |
| Code[20] | JobTaskNo | A code value such as a document number or type. |
| Integer | JobPlanningLineNo | An integer value used by the current logic. |
[IntegrationEvent(false, false)]
local procedure OnExtTextToDocTextOnBeforeFindExtendedTextLines(var ExtendedTextHeader: Record "Extended Text Header"; var ExtendedTextLine: Record "Extended Text Line"; TableID: Integer; DocType: Enum "NVXDT Document Type"; DocNo: Code[20]; DocLineNo: Integer; TextType: Enum "NVXDT Text Type")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Header" | ExtendedTextHeader | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "Extended Text Line" | ExtendedTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| Integer | TableID | An integer value used by the current logic. |
| Enum "NVXDT Document Type" | DocType | Parameter used by the current event. |
| Code[20] | DocNo | A code value such as a document number or type. |
| Integer | DocLineNo | An integer value used by the current logic. |
| Enum "NVXDT Text Type" | TextType | Parameter used by the current event. |
[IntegrationEvent(false, false)]
local procedure OnApplyLanguageMarksToExtendedTextHeadersOnBeforeMarkAllLanguageCodes(var ExtendedText: Record "Extended Text Header"; LanguageCode: Code[10]; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Extended Text Header" | ExtendedText | [Pass by Reference]The record instance that can be inspected or changed. |
| Code[10] | LanguageCode | A code value such as a document number or type. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeExportExtendedTextOnBeforeDialog(ClientFileName: Text; var TempBlob: Codeunit "Temp Blob"; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text | ClientFileName | Parameter used by the current event. |
| Codeunit "Temp Blob" | TempBlob | [Pass by Reference]A code value such as a document number or type. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterExportExtendedText(ClientFileName: Text; var TempBlob: Codeunit "Temp Blob")
begin
end;
| Type | Name | Description |
|---|---|---|
| Text | ClientFileName | Parameter used by the current event. |
| Codeunit "Temp Blob" | TempBlob | [Pass by Reference]A code value such as a document number or type. |
[IntegrationEvent(false, false)]
local procedure OnBeforeImportExtendedTextOnBeforeDialog(ClientFileName: Text; var TempBlob: Codeunit "Temp Blob"; FilterString: Text; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text | ClientFileName | Parameter used by the current event. |
| Codeunit "Temp Blob" | TempBlob | [Pass by Reference]A code value such as a document number or type. |
| Text | FilterString | Parameter used by the current event. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterImportExtendedText(ClientFileName: Text; var TempBlob: Codeunit "Temp Blob")
begin
end;
| Type | Name | Description |
|---|---|---|
| Text | ClientFileName | Parameter used by the current event. |
| Codeunit "Temp Blob" | TempBlob | [Pass by Reference]A code value such as a document number or type. |
[IntegrationEvent(false, false)]
local procedure OnBeforeConvertPlaceholder(var Text: Text; var RecordRef: RecordRef; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text | Text | [Pass by Reference]Represents the text value that can be adjusted. |
| RecordRef | RecordRef | [Pass by Reference]The record instance that can be inspected or changed. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterConvertPlaceholder(var Text: Text)
begin
end;
| Type | Name | Description |
|---|---|---|
| Text | Text | [Pass by Reference]Represents the text value that can be adjusted. |
[EventSubscriber(ObjectType::Report, Report::"Delete Invoiced Service Orders", OnBeforeDeleteServiceHeader, '', false, false)]
local procedure NVXDT_DeleteInvoicedServiceOrders_OnBeforeDeleteServiceHeader(var ServiceHeader: Record "Service Header")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Service Header" | ServiceHeader | [Pass by Reference]The record instance that can be inspected or changed. |
[EventSubscriber(ObjectType::Report, Report::"Delete Invoiced Service Orders", OnBeforeDeleteServiceOrderItemLine, '', false, false)]
local procedure NVXDT_DeleteInvoicedServiceOrders_OnBeforeDeleteServiceOrderItemLine(ServiceItemLine: Record "Service Item Line")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Service Item Line" | ServiceItemLine | The record instance that can be inspected or changed. |
[EventSubscriber(ObjectType::Report, Report::"Delete Invoiced Service Orders", OnBeforeDeleteServiceOrderLine, '', false, false)]
local procedure NVXDT_DeleteInvoicedServiceOrders_OnBeforeDeleteServiceOrderLine(ServiceLine: Record "Service Line")
begin
end;
| Type | Name | Description |
|---|---|---|
| Record "Service Line" | ServiceLine | The record instance that can be inspected or changed. |
[IntegrationEvent(false, false)]
local procedure OnGetReportText(var RecordRef: RecordRef; NVXDTTextType: enum "NVXDT Text Type"; AsHTML: Boolean; var Output: Text; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | [Pass by Reference]The record instance that can be inspected or changed. |
| enum "NVXDT Text Type" | NVXDTTextType | Parameter used by the current event. |
| Boolean | AsHTML | A Boolean switch that can be influenced by the extension. |
| Text | Output | [Pass by Reference]Represents the text value that can be adjusted. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterGetReportTextDocTextLine(var RecordRef: RecordRef; var NVXDTDocTextLine: Record "NVXDT Doc. Text Line"; NVXDTTextType: enum "NVXDT Text Type"; AsHTML: Boolean; var Output: Text; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line" | NVXDTDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| enum "NVXDT Text Type" | NVXDTTextType | Parameter used by the current event. |
| Boolean | AsHTML | A Boolean switch that can be influenced by the extension. |
| Text | Output | [Pass by Reference]Represents the text value that can be adjusted. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterGetReportTextJobTextLine(var RecordRef: RecordRef; var NVXDTJobTextLine: Record "NVXDT Job Text Line"; NVXDTTextType: enum "NVXDT Text Type"; AsHTML: Boolean; var Output: Text; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Job Text Line" | NVXDTJobTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| enum "NVXDT Text Type" | NVXDTTextType | Parameter used by the current event. |
| Boolean | AsHTML | A Boolean switch that can be influenced by the extension. |
| Text | Output | [Pass by Reference]Represents the text value that can be adjusted. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterGetReportTextPostedDocTextLine(var RecordRef: RecordRef; var NVXDTPostedDocTextLine: Record "NVXDT Posted Doc. Text Line"; NVXDTTextType: enum "NVXDT Text Type"; AsHTML: Boolean; var Output: Text; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Posted Doc. Text Line" | NVXDTPostedDocTextLine | [Pass by Reference]The record instance that can be inspected or changed. |
| enum "NVXDT Text Type" | NVXDTTextType | Parameter used by the current event. |
| Boolean | AsHTML | A Boolean switch that can be influenced by the extension. |
| Text | Output | [Pass by Reference]Represents the text value that can be adjusted. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnAfterGetReportTextDocTextLineArchive(var RecordRef: RecordRef; var NVXDTDocTextLineArchive: Record "NVXDT Doc. Text Line Archive"; NVXDTTextType: enum "NVXDT Text Type"; AsHTML: Boolean; var Output: Text; var IsHandled: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| RecordRef | RecordRef | [Pass by Reference]The record instance that can be inspected or changed. |
| Record "NVXDT Doc. Text Line Archive" | NVXDTDocTextLineArchive | [Pass by Reference]The record instance that can be inspected or changed. |
| enum "NVXDT Text Type" | NVXDTTextType | Parameter used by the current event. |
| Boolean | AsHTML | A Boolean switch that can be influenced by the extension. |
| Text | Output | [Pass by Reference]Represents the text value that can be adjusted. |
| Boolean | IsHandled | [Pass by Reference]Allows the extension to stop or continue the calling flow. |
[IntegrationEvent(false, false)]
local procedure OnBeforeSetPersonResponsible(var SkipAssignment: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Boolean | SkipAssignment | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnCopyJobTasksOnClosePage(var IncludeDocumentTexts: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Boolean | IncludeDocumentTexts | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnCopyJobTasksOnClosePage(var IncludeDocumentTexts: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Boolean | IncludeDocumentTexts | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnCopyJobTasksOnClosePage(var IncludeDocumentTexts: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Boolean | IncludeDocumentTexts | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnCopyPurchaseDocumentPostReport(FromDocNo: Code[20]; var IncludeHeader: Boolean; var RecalculateLines: Boolean; var IncludeDocumentTexts: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Code[20] | FromDocNo | A code value such as a document number or type. |
| Boolean | IncludeHeader | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | RecalculateLines | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | IncludeDocumentTexts | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnCopySalesDocumentPostReport(FromDocNo: Code[20]; var IncludeHeader: Boolean; var RecalculateLines: Boolean; var IncludeDocumentTexts: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Code[20] | FromDocNo | A code value such as a document number or type. |
| Boolean | IncludeHeader | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | RecalculateLines | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
| Boolean | IncludeDocumentTexts | [Pass by Reference]A Boolean switch that can be influenced by the extension. |
[IntegrationEvent(false, false)]
local procedure NVXDTOnCopyServiceDocumentPostReport(FromContractNo: Code[20]; var IncludeDocumentTexts: Boolean)
begin
end;
| Type | Name | Description |
|---|---|---|
| Code[20] | FromContractNo | A code value such as a document number or type. |
| Boolean | IncludeDocumentTexts | [Pass by Reference]A Boolean switch that can be influenced by the extension. |

![]() | FinanzOnline VAT Reg. No. Validation VAT Reg. No. validation via the Austrian FinanzOnline (FON) service. More information ![]() |