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 - 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 
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.