PageExtension 46 Sales Order Subform

PageExtension 18091266 EOS028 PageExt 18091266

Events

EOSCFG_OnBeforeOpenProdConfig

local procedure EOSCFG_OnBeforeOpenProdConfig(var IsHandled: Boolean)

Raised in OnBeforeValidate trigger of field “No.". This procedure is performed before opening the product configurator.

Parameters / Return Value

  • IsHandled Boolean

    If true the procedure stops and does not open the product configurator. If false the procedure continues and opens the product configurator


EOSCFG_OnBeforeOpenProductConfigurator

local procedure EOSCFG_OnBeforeOpenProductConfigurator(var SalesLine: Record "Sales Line"; var IsHandled: Boolean)

Raised in OnBeforeValidate trigger of field “No.". This event is raised after get if item in “Sales Line” is configurable and before open the product configurator.

Parameters / Return Value

  • SalesLine Record "Sales Line"

    The current Sales Line

  • IsHandled Boolean

    If true it does not open the product configurator



EOS Labs -