How to Order Apps By App Name in Groups in AppXtender Admin

How to Order Apps By App Name in Groups in AppXtender Admin

1)      Make the following changes to the profile files below by adding the highlighted text. Note, make a backup of these files first.


Inetpub/wwwroot/AppXtenderAdmin/App/Components/Groups/View/profietab.html on or around line 13

<option ng-repeat="app in appList.entries | orderBy:'name'" value="{{app.appid}}" ng-selected="app.appid==uiBinding.currentAppId">{{app.name}}</option>

Inetpub/wwwroot/AppXtenderAdmin/App/Components/Users/profietab.html on or around line 13

<option ng-repeat="app in appList.entries | orderBy:'name'" value="{{app.appid}}" ng-selected="app.appid==uiBinding.currentAppId">{{app.name}}</option>
 

2)     Perform and IIS Reset and clear your browser cache and re-try.

Before


 After


    • Related Articles

    • How Do I Count the Number of Pages and Documents in an AppXtender Application?

      The following queries need to be executed on the production AppXtender(AX) SQL Server and it is strongly recommended to make sure you have a database backup before performing any database activities are performed. Also, as we are going to run SQL ...
    • AppXtender Web 30 Page Thumbnail Limit

      OpenText Engineering addressed a customer performance use case where large thumbnail counts were impacting the first page render performance.  In doing so they limited maximum thumbnails to be rendered to 30.  This is not ideal for most customers so ...
    • Accessing the AppXtender Doc ID in the Document Manager and Web

      AppXtender assigns a unique document ID (Doc ID) to each document. If you need to review the audit trail for a specific document then you will need the Doc ID, which is not exposed by default. AppXtender Web You will need change the web setting to ...
    • User Unable to Login in AppXtender Web

      in AppXtender Web v16.3, if a user logging in receives an error message stating that they have not permissions to an application then the user will need to be deleted and re-added. Note, if the AX audit trail then please create a support case. 
    • iSubmitQuery in ApplicationXtender v16.3

      The iSubmitQuery interface is still in ApplicationXtender v16.3, however, there is no real documentation. The only documentation is from 2008 and is attached but its basically the same. Enabling the Test Utility In lieu of there being no ...