User Level
Business Administrator
User LevelBusiness Administrator SyntaxThe command uses this syntax.
Add PageAs a Business Administrator, you can create new page objects. A page object for a properties file requires content that defines the properties. SyntaxThe are two ways to specify the code for a page.
Use the Add Page command to define a new page:
The
All clauses are optional for defining a page, since the page can later be modified. For properties to be used, you must include either content or a file. File ClauseThis clause specifies a file that contains the code that constitutes the page. This is provided as an alternative to the Content Clause. With the File clause, you can type and save the code in any editor of your choice.
For example, you might create a file called ProgramManCustomProperties.txt that contains updated property values for Project Management. You could create a page object named emxProgramCentral.properties, you can create a text file
Content Clause
The
For example, you can define the following page to configure a property for Project Management:
As an alternative, you can write the properties to be configured in a separate file and use the File Clause to include the property definitions in the page definition. History Clause
The
Copy PageAfter a page is defined, you can clone the definition with the Copy Page command. This command lets you duplicate defining clauses with the option to change the value of clause arguments.
History ClauseThe
Modify PageUse the Modify Page command to change the definition of an existing page object. This command lets you add or remove defining clauses and change the value of clause arguments.
As you can see, each modification clause is related to the clauses and arguments that define the page. For example, you would use the Name clause of the Modify Page command to change the name for the page file. Delete PageIf a page is no longer required, you can delete it using the Delete Page command.
This command searches the list of defined pages. If the name is found, that page is deleted. If the name is not found, an error message is displayed. For example, to delete the emxProgramCentral.properties page, enter the following command:
After this command is processed, the page is deleted and you receive an MQL prompt for another command. |