Home >

On this page

AX1597

Using the Plan File Directory page

The Plan File Directory web page is available in the Web Client and serves a similar purpose as the Open Plan Files dialog in the Desktop ClientGeneral term for using either the Excel Client or the Windows Client, both of which are installed to the user's desktop.. You can provide a link to this page within your Axiom forms to provide users with an easy way of opening their available plan files in the web.

The Plan File Directory page shows a list of plan files that the user has permission to access, for a particular file group.

  • You can customize this page to specify which columns are shown, the initial sort level of the list, and other formatting options.

  • To open a plan file, users click the hyperlink in a designated column. In the following example screenshot, the CapReq column is the designated hyperlink column.

  • Users can use the search box at the top to locate a particular plan file. You can configure which columns are included in the search.

  • If plan file attachments are enabled for the file group, users can view and manage attachments from the directory using the optional Attachments column.

  • You can also optionally provide users with a set of predefined options to filter the list, using refresh variables and the Filters panel.

Example Plan File Directory page

If the file group is an on-demand file group, users can also create new on-demand plan files by clicking the plus button in the top right-hand corner. This button uses the Add File Message text, and it only displays if the file group has a designated Add File Form (both as defined in the file group properties). Clicking the button launches the form. This is equivalent to the functionality in the Open Plan Files dialog to create a new on-demand plan file.

The Plan File Directory page is primarily intended for use in cases where plan files are form-enabled, and the end users' primary client is the Web Client. However, the page can also be used as an alternate means to open spreadsheet plan files.

For more information on customizing this page, see Configuring display settings for the Plan File Directory web page. For more information on using this page from an end user perspective, see Opening plan files using the Plan File Directory (Web Client Help).

Creating a link to the Plan File Directory page

There is no built-in way to navigate to the Plan File Directory page for a file group. If you want to use the page, you must manually generate the necessary URL and provide a hyperlink to your users. For example, you might have a form-enabled home page that contains hyperlinks to the currently active file groups in your system, so that your users can access their plan files using the Plan File Directory page.

To create a link to the Plan File Directory page for a file group, use the following syntax:

<baseURLtoAxiom>/FileGroups/FileGroupID/Directory

For example, if the file group ID is 50, the URL would look as follows:

https://CustomerName.axiom.cloud/FileGroups/50/Directory

You can use the GetFileGroupID function to return the ID for a file group. To make the link dynamic, you can use a file group alias in the function. For example:

=GetFileGroupID("Current Budget")

Where Current Budget is the name of a file group alias that always points to the file group for the current budget cycle.