Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The 'View' icon is available on any list within the AdminPortal interface of EngageIP Billing. It allows you to filter and  create and create a report from any list, whether it be the packages list, tickets, or any other list of items.

Info

Note: Views are saved in the browser session, so if you click on a link and then hit the back button, your filtered view will be reflected correctly.

Info

Note: You can modify the number of rows that a list such as on the tickets tab displays by default by changing the value on the configuration link from the top owner account. The field is labeled 'Maximum Grid Rows'. By default it attempts to determine the optimal rows for your display resolution but can be overridden here. (IIS reset needed for this to take effect).

The view allows you to search, filter results and customize the default settings of the list, returning only the data that is necessary for your report.

Creating View Filters

At the top of each list, options similar to the options below will be shown

...

To setup a custom view filter for an account, we'll use the example fo of the tickets list on the tickets tab.

...

  • LIKE logic is the default logic processed when no logic characters are present

  • ;  Semi colon us used in place of AND OR logic, blue;green;red. That list would include all three words

  •  !  exclamation point provides NOT logic, i.e. filter a report to exclude red would be: !red

  •  !!   A double exclamation point tells EngageIP to return an exact string only. !!red would return tickets with titles that equal exactly 'red' (with no other text around the word)
    Note: The filter text is not case sensitive

These logic options can also be combined into a filter string such as this: !!red;blue;!green (which would read, return data that shows exactly 'red' or exactly 'blue' and NOT 'green'). Other combinations will work as well depending on the data you are trying to filter.

  1. Click View (you will see a screen similar to above)

  2. Add the items to filter the results on, in the example, tickets assigned to admin and bsmith should be shown AND those tickets show have a status of OPEN. You can separate multiple values by a semi colon ';'
    Note: the view uses AND logic throughout so the more items you enter, the more explicit the results will be

  3. Once you have entered the filter you want, click Update. This will now display your filter settings and return the list as requested

  4. If the filter is configured as needed, click view again

  5. Enter the name of this custom filter in the text box named Save Current View

  6. Hit the enter key to save the value

Selecting Your Saved View

...

Assigning Filters to Roles


Info

Note: Saved Lists and Default Saved Lists typically will work with custom reports.

To assign the newly created filters to the role so that all can use the filters perform the following actions:

  1. Login as a user with the permission to access the Setup tab

  2. Click Setup Tab

  3. Click Roles

  4. Click on desired role to which you would like to apply the filter

  5. At the bottom of the role page you will see all the saved filters under the heading Saved List Views

    Image Modified
  6. Click on the filter name to see the following three options:

    • Personal - this denotes a filter that is specific to a user. When this is assigned, only the user it belongs to can see and use this

    • Shared - filters set as shared will be accessible and usable to all users logging in under that role, they will however be able to create and configure their own default views

    • Shared Default - this system override manually sets all uses logging in under this role with the filter by default when they login. They will not be able to change this default although they will still be able to create and use other views after logging in

  7. Select and Save the Option needed