Codeunit 18122159 EOS003 Blocked Record Mgt.

Codeunit 18122159 EOS003 Blocked Record Mgt.

Methods

CheckEditable

procedure CheckEditable(RecRef: RecordRef)

Parameters / Return Value

  • RecRef RecordRef

CheckDeletable

procedure CheckDeletable(RecRef: RecordRef)

Parameters / Return Value

  • RecRef RecordRef

CheckEditable

procedure CheckEditable(RecRef: RecordRef; TableIDtoCheck: Integer)

Parameters / Return Value

  • RecRef RecordRef

  • TableIDtoCheck Integer


CheckDeletable

procedure CheckDeletable(RecRef: RecordRef; TableIDtoCheck: Integer)

Parameters / Return Value

  • RecRef RecordRef

  • TableIDtoCheck Integer


Events

OnBeforeCheckEditCustomerBankAccount

local procedure OnBeforeCheckEditCustomerBankAccount(Rec: Record "Customer Bank Account"; var Skip: Boolean)

Raised before check editability of Customer Bank Account record

Parameters / Return Value

  • Rec Record "Customer Bank Account"

    Current Customer Bank Account record

  • Skip Boolean

    If it is set to true then skip the controls


OnBeforeCheckDeleteCustomerBankAccount

local procedure OnBeforeCheckDeleteCustomerBankAccount(Rec: Record "Customer Bank Account"; var Skip: Boolean)

Raised before check deletable of Customer Bank Account record

Parameters / Return Value

  • Rec Record "Customer Bank Account"

    Current Customer Bank Account record

  • Skip Boolean

    If it is set to true then skip the controls


OnBeforeCheckEditVendorBankAccount

local procedure OnBeforeCheckEditVendorBankAccount(Rec: Record "Vendor Bank Account"; var Skip: Boolean)

Raised before check editability of Vendor Bank Account record

Parameters / Return Value

  • Rec Record "Vendor Bank Account"

    Current Vendor Bank Account record

  • Skip Boolean

    If it is set to true then skip the controls


OnBeforeCheckDeleteVendorBankAccount

local procedure OnBeforeCheckDeleteVendorBankAccount(Rec: Record "Vendor Bank Account"; var Skip: Boolean)

Raised before check deletable of Vendor Bank Account record

Parameters / Return Value

  • Rec Record "Vendor Bank Account"

    Current Vendor Bank Account record

  • Skip Boolean

    If it is set to true then skip the controls


OnBeforeCheckEditShiptoAddress

local procedure OnBeforeCheckEditShiptoAddress(Rec: Record "Ship-to Address"; var Skip: Boolean)

Raised before check editability of Ship-to Address record

Parameters / Return Value

  • Rec Record "Ship-to Address"

    Current Ship-to Address record

  • Skip Boolean

    If it is set to true then skip the controls


OnBeforeCheckDeleteShiptoAddress

local procedure OnBeforeCheckDeleteShiptoAddress(Rec: Record "Ship-to Address"; var Skip: Boolean)

Raised before check deletable of Ship-to Address record

Parameters / Return Value

  • Rec Record "Ship-to Address"

    Current Ship-to Address record

  • Skip Boolean

    If it is set to true then skip the controls


OnBeforeCheckEditOrderAddress

local procedure OnBeforeCheckEditOrderAddress(Rec: Record "Order Address"; var Skip: Boolean)

Raised before check editability of Order Address record

Parameters / Return Value

  • Rec Record "Order Address"

    Current Order Address record

  • Skip Boolean

    If it is set to true then skip the controls


OnBeforeCheckDeleteOrderAddress

local procedure OnBeforeCheckDeleteOrderAddress(Rec: Record "Order Address"; var Skip: Boolean)

Raised before check deletable of Order Address record

Parameters / Return Value

  • Rec Record "Order Address"

    Current Order Address record

  • Skip Boolean

    If it is set to true then skip the controls


OnBeforeCheckEditCommentLine

local procedure OnBeforeCheckEditCommentLine(Rec: Record "Comment Line"; var Skip: Boolean)

Raised before check editability of Comment Line record

Parameters / Return Value

  • Rec Record "Comment Line"

    Current Comment Line record

  • Skip Boolean

    If it is set to true then skip the controls


OnBeforeCheckDeleteCommentLine

local procedure OnBeforeCheckDeleteCommentLine(Rec: Record "Comment Line"; var Skip: Boolean)

Raised before check deletable of Comment Line record

Parameters / Return Value

  • Rec Record "Comment Line"

    Current Comment Line record

  • Skip Boolean

    If it is set to true then skip the controls


OnBeforeCheckEditDefaultDimension

local procedure OnBeforeCheckEditDefaultDimension(Rec: Record "Default Dimension"; var Skip: Boolean)

Raised before check editability of Default Dimension record

Parameters / Return Value

  • Rec Record "Default Dimension"

    Current Default Dimension record

  • Skip Boolean

    If it is set to true then skip the controls


OnBeforeCheckDeleteDefaultDimension

local procedure OnBeforeCheckDeleteDefaultDimension(Rec: Record "Default Dimension"; var Skip: Boolean)

Raised before check deletable of Default Dimension record

Parameters / Return Value

  • Rec Record "Default Dimension"

    Current Default Dimension record

  • Skip Boolean

    If it is set to true then skip the controls



EOS Labs -