Table 5505374 M365 Application Command
Table 5505374 M365 Application Command
| Language | Caption |
|---|---|
| de-DE | Applikations-Kommando |
| es-ES | Comando de aplicación |
| en-US | Application Command |
| it-IT | Comando applicazione |
Fields
Command (10)
Code[30]
| Language | Caption |
|---|---|
| de-DE | Kommando |
| es-ES | Comando |
| en-US | Command |
| it-IT | Comando |
Parameters (100)
Blob
| Language | Caption |
|---|---|
| de-DE | Parameter |
| es-ES | Parámetros |
| en-US | Parameters |
| it-IT | Parameters |
Methods
GetParameters
procedure GetParameters(var parameterDict: Codeunit "M365 Json Dictionary"; includeConstants: Boolean): Boolean
Parameters / Return Value
parameterDict
Codeunit "M365 Json Dictionary"includeConstants
BooleanReturns
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
BooleanBoolean
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
VariantFirst parameter passed to the command (value replaces %1 in configured parameters)
secondParameter
VariantSecond parameter passed to the command (value replaces %2 in configured parameters)
thirdParameter
VariantThird parameter passed to the command (value replaces %3 in configured parameters)
Returns
BooleanBoolean
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
VariantFirst parameter passed to the command (value replaces %1 in configured parameters)
secondParameter
VariantSecond parameter passed to the command (value replaces %2 in configured parameters)
Returns
BooleanBoolean
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
VariantFirst parameter passed to the command (value replaces %1 in configured parameters)
Returns
BooleanBoolean
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
BooleanBoolean
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.