AX1158
Process Single Action Code command
Use the Process Single Action Code command to display a menu of all available ActionCodes tags in the current document. You can select an individual tag to process all the actions associated with that tag.
This command provides a way to process action codes "on demand," regardless of whether Axiom queries or calc methods are used in the sheet.
Can be used in
- Ribbon tabs
This command is included in the default AxiomDesigner.AXL
ribbon tab.
When the Process Single Action Code command is selected from the Command Library as the shortcut target, it displays as command://ProcessSingleActionCode or command://ProcessSingleActionCodeCommandAdapter (legacy syntax).
Shortcut parameters
This command does not use any shortcut parameters.
Visibility
Items using this command are only visible if the current file is a spreadsheet file. You can use the Show restricted items option for the task pane or the ribbon tab to force the item to be visible at all times (but grayed out if unavailable).
Remarks
This command is primarily intended for testing purposes, to make it easy to selectively process individual ActionCodes tags. If you want to provide users with the ability to process action codes on demand, you should use the Process Action Codes command instead in most cases.