Table 5505374 M365 Application Command

Table 5505374 M365 Application Command

LanguageCaption
de-DEApplikations-Kommando
es-ESComando de aplicación
en-USApplication Command
it-ITComando applicazione

Fields

Command (10)

Code[30]

LanguageCaption
de-DEKommando
es-ESComando
en-USCommand
it-ITComando

Parameters (100)

Blob

LanguageCaption
de-DEParameter
es-ESParámetros
en-USParameters
it-ITParameters

Methods

GetParameters

procedure GetParameters(var parameterDict: Codeunit "M365 Json Dictionary"; includeConstants: Boolean): Boolean

Parameters / Return Value

  • parameterDict Codeunit "M365 Json Dictionary"

  • includeConstants Boolean

  • Returns Boolean


GetParameters

procedure GetParameters(command: Code[30]; var parameterDict: Codeunit "M365 Json Dictionary"): Boolean

Parameters / Return Value

  • command Code[30]

  • parameterDict Codeunit "M365 Json Dictionary"

  • Returns Boolean


SetParameters

procedure SetParameters(var parameterDict: Codeunit "M365 Json Dictionary"): Boolean

Parameters / Return Value

  • parameterDict Codeunit "M365 Json Dictionary"

  • Returns Boolean


ShowParameters

procedure ShowParameters()

EditParameters

procedure EditParameters()

Execute

procedure Execute(command: Code[30]; var parameterDict: Codeunit "M365 Json Dictionary"): Boolean

Executes a given command, configured in Application Commands and handled with MC.Windows.ApplicationLink protocol handler ‘applink://’ locally on the client computer.

Parameters / Return Value

  • command Code[30]

    Code[30] The configured application code

  • parameterDict Codeunit "M365 Json Dictionary"

    Parameter dictionary to pass to the executable

  • Returns Boolean

    Boolean


Execute

procedure Execute(command: Code[30]; firstParameter: Variant; secondParameter: Variant; thirdParameter: Variant): Boolean

Executes a given command, configured in Application Commands and handled with MC.Windows.ApplicationLink protocol handler ‘applink://’ locally on the client computer.

Parameters / Return Value

  • command Code[30]

    Code[30] The configured application code

  • firstParameter Variant

    First parameter passed to the command (value replaces %1 in configured parameters)

  • secondParameter Variant

    Second parameter passed to the command (value replaces %2 in configured parameters)

  • thirdParameter Variant

    Third parameter passed to the command (value replaces %3 in configured parameters)

  • Returns Boolean

    Boolean


Execute

procedure Execute(command: Code[30]; firstParameter: Variant; secondParameter: Variant): Boolean

Executes a given command, configured in Application Commands and handled with MC.Windows.ApplicationLink protocol handler ‘applink://’ locally on the client computer.

Parameters / Return Value

  • command Code[30]

    Code[30] The configured application code

  • firstParameter Variant

    First parameter passed to the command (value replaces %1 in configured parameters)

  • secondParameter Variant

    Second parameter passed to the command (value replaces %2 in configured parameters)

  • Returns Boolean

    Boolean


Execute

procedure Execute(command: Code[30]; parameter: Variant): Boolean

Executes a given command, configured in Application Commands and handled with MC.Windows.ApplicationLink protocol handler ‘applink://’ locally on the client computer.

Parameters / Return Value

  • command Code[30]

    Code[30] The configured application code

  • parameter Variant

    First parameter passed to the command (value replaces %1 in configured parameters)

  • Returns Boolean

    Boolean


Execute

procedure Execute(command: Code[30]): Boolean

Executes a given command, configured in Application Commands and handled with MC.Windows.ApplicationLink protocol handler ‘applink://’ locally on the client computer.

Parameters / Return Value

  • command Code[30]

    Code[30] The configured application code

  • Returns Boolean

    Boolean



EOS Labs -