Codeunit 18122740 EOS066 EX059 MDI

Codeunit 18122740 EOS066 EX059 MDI

Methods

CanSynchronizedField

procedure CanSynchronizedField(TableNo: Integer; FieldNo: Integer): Boolean

Checks if the field can be synchronized by MDI based on the table and field numbers. if FieldNo is 0, it checks the whole table.

Parameters / Return Value

  • TableNo Integer

  • FieldNo Integer

    If zero then checks the whole table

  • Returns Boolean


Events

OnCanSynchronizeField

local procedure OnCanSynchronizeField(TableNo: Integer; FieldNo: Integer; var IsProhibited: Boolean)

Event to determine if a specific table field can be synchronized by MDI.

Parameters / Return Value

  • TableNo Integer

  • FieldNo Integer

    If zero then checks the whole table

  • IsProhibited Boolean

    Return true if the field must be excluded from synchronization



EOS Labs -