TableExtension 37 Sales Line

TableExtension 18007962 EOS TableExt18007962

Fields

EOS Free Gift Code (18007962)

Code[20]

TableRelation: "EOS Free Gift Setup"."Free Gift Code"


Integer


Code[20]


EOS Gift Self Inv. Line No. (18007965)

Integer


EOS Gift Self Inv Document No. (18007966)

Code[20]

TableRelation: if ("EOS043 Self Inv Document Type" = const("Sales Invoice")) "Sales Invoice Header"."No." else if ("EOS043 Self Inv Document Type" = const("Sales Credit Memo")) "Sales Cr.Memo Header"."No."


EOS043 Self Inv Document Type (18007967)

Enum "EOS043 Self Inv. Document Type"


Methods

EOS043_GetFreeGiftLine

procedure EOS043_GetFreeGiftLine(var NewSalesLine: Record "Sales Line"): Boolean

Returns the free-gift document line that was created from this line.

Parameters / Return Value

  • NewSalesLine Record "Sales Line"

    Will contain the free-gift sales line if found.

  • Returns Boolean

    True if the free-gift sales line is found, false otherwise.


EOS043_GetOriginalLine

procedure EOS043_GetOriginalLine(var NewSalesLine: Record "Sales Line"): Boolean

Returns the original document line that created this free gift line.

Parameters / Return Value

  • NewSalesLine Record "Sales Line"

    Will contain the original sales line if found.

  • Returns Boolean

    True if the original sales line is found, false otherwise.



EOS Labs -