TableExtension 45 G/L Register

TableExtension 18004122 EOS_TableExt18004122

Fields

EOS From Sim. Entry No. (18004120)

Integer


EOS To Sim. Entry No. (18004121)

Integer


EOS Old No. (18004122)

Integer


Methods

IsSimulation_EOS

procedure IsSimulation_EOS(): Boolean

Parameters / Return Value

  • Returns Boolean

TestSimulation_EOS

procedure TestSimulation_EOS(isSim: Boolean)

Parameters / Return Value

  • isSim Boolean

EOS001_FindByEntryNo

procedure EOS001_FindByEntryNo(GlEntryNo: Integer): Boolean

Attempts to find the register from which a given G/L entry was posted. If the register was found, the current instance will be set to the found register.

Parameters / Return Value

  • GlEntryNo Integer

    The G/L entry to look for.

  • Returns Boolean

    true if a register was found.


EOS001_FindBySimEntryNo

procedure EOS001_FindBySimEntryNo(SimGlEntryNo: Integer): Boolean

Attempts to find the register from which a given sim. G/L entry was posted. If the register was found, the current instance will be set to the found register.

Parameters / Return Value

  • SimGlEntryNo Integer

    The sim. G/L entry to look for.

  • Returns Boolean

    true if a register was found.


FindByEntry_EOS

procedure FindByEntry_EOS(SimGlEntry: Record "EOS Sim. G/L Entry"): Boolean

Parameters / Return Value

  • SimGlEntry Record "EOS Sim. G/L Entry"

  • Returns Boolean


EOS001_FindOriginalRegister

procedure EOS001_FindOriginalRegister(var OriginalGlReg: Record "G/L Register"): Boolean

If this register was posted from an accrual, this will find the original register that was accrued. If this is no accrual register, or no register was found, false is returned.

Parameters / Return Value

  • OriginalGlReg Record "G/L Register"

    Will contain the register, if one has been found.

  • Returns Boolean

    true if the register was found, false otherwise.



EOS Labs -