User Level
Business Administrator with portal administrative access.
User LevelBusiness Administrator with portal administrative access. SyntaxAdd ChannelTo define a channel from within MQL use the add channel command.
Label ClauseThis clause specifies the label to appear in the application in which the channel is assigned. Href ClauseThis clause is used to provide link data to the JSP. The Href link is evaluated to bring up another page. Many channels will not have an Href value at all. However, channels designed for the “tree” channels require an Href because the root node of the tree causes a new page to be displayed when clicked. The Href string generally includes a fully-qualified JSP filename and parameters, which can contain embedded macros and expressions for mapping to database schema. For more information, see MQL Concepts: Using Macros and Expressions in Configurable Components. The syntax is:
Alt ClauseThis clause is used to define text that is displayed until any image associated with the channel is displayed and also as “mouse over text.” The syntax is:
For example, you could use the following for a Tools channel:
Height ClauseThis clause is used to indicate the height size in pixels the channel will occupy on the page. The default and minimum allowed is 260. The syntax is:
Command ClauseThis clause is used to specify existing commands to be added to the channel you are creating. Each command will be a separate tab in the channel and displayed in the order in which they are added. Separate items with a comma. The syntax is:
For more information, see Add Command. Setting ClauseThis clause provides any name/value pairs that the channel needs. They can be used by JSP code, but not by hrefs on the Link tab. For more information, see MQL Concepts: Using Macros and Expressions in Configurable Components. The syntax is:
Dataobject ClauseThis clause can be used to add dataobjects to a channel. A dataobject can be used to personalize a channel.The syntax is:
Visible ClauseThis clause specifies other existing users who can read the channel with MQL list, print, and evaluate commands. The MQL copy channel command can be used to copy any visible channel to your own workspace. The syntax is:
Separate users with a comma, but no space. History Clause The
Copy ChannelAfter a channel is defined, you can clone the definition with the Copy channel command. A Business Administrator with channel access, can copy system channels. A Business Administrator with person access, can copy channels in any person’s workspace (likewise for groups and roles). Other users can copy visible workspace channels to their own workspaces. This command lets you duplicate channel definitions with the option to change the value of clause arguments:
Modify ChannelA Business Administrator with channel access, can modify system channels. A Business Administrator with person access, can modify channels in any person’s workspace (likewise for groups and roles). Other users can modify only their own workspace channels. You must be a business administrator with group or role access to modify a channel owned by a group or role. Use the Modify channel command to add or remove defining clauses or change the value of clause arguments:
Each modification clause is related to the arguments that define the channel. To change the value of one of the defining clauses or add a new one, use the Modify clause that corresponds to the desired change. When modifying a channel, you can make the changes from a script or while working interactively with MQL.
History Clause The
Delete ChannelA Business Administrator with channel access, can delete system channels. A Business Administrator with person access, can delete channels in any person’s workspace (likewise for groups and roles). Other users can delete only their own workspace channels. You must be a business administrator with group or role access to delete a channel owned by a group or role. If a channel is no longer required, you can delete it using the Delete channel command:
Searches the list of defined channels. If the name is found, that channel is deleted. If the name is not found, an error message is displayed. For example, to delete the channel named “Toolbar” enter the following:
After this command is processed, the channel is deleted and you receive an MQL prompt for another command. |