Codeunit 70624435 EOS051 Utilities

Codeunit 70624435 EOS051 Utilities

Methods

GetHomologueFieldNo

procedure GetHomologueFieldNo(inTableNo: Integer; inFieldNo: Integer) outFieldNo: Integer

Returns the field number of the corresponding field.

Parameters / Return Value

  • inTableNo Integer

    The number of the table.

  • inFieldNo Integer

    The number of the field of which you need to find the homologue (for example, the number of the field “Quantity”.

  • Returns Integer

    The number of the homologue field (for example, the number of the field “Sec. Quantity”.


Events

OnGetHomologueFieldNoOnUnhandledTable

local procedure OnGetHomologueFieldNoOnUnhandledTable(inTableNo: Integer; inFieldNo: Integer; var outFieldNo: Integer)

Raised in the procecdure GetHomologueFieldNo if the table is not already handled.

Parameters / Return Value

  • inTableNo Integer

    The number of the table.

  • inFieldNo Integer

    The number of the field of which you need to find the homologue (for example, the number of the field “Quantity”.

  • outFieldNo Integer

    The number of the homologue field (for example, the number of the field “Sec. Quantity”.



EOS Labs -