AppXtender Web 30 Page Thumbnail Limit

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 feel free to increase this maximum limit to a value that is more practical for your customers.

 

File:  C:\inetpub\wwwroot\AppXtender\App\Controllers\thumbnail.js

Line 9:  MAX_THUMBNAIL_PAGE_COUNT = 30;

 

After making this change, users have to close their browsers and clear their browser cache for the changes to take effect

    • Related Articles

    • 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. 
    • 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 ...
    • 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 ...
    • 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 ...
    • Unable to acquire xPlore Full Text license when auto Logging in

      Check line 42 in the AppXtender web.config is set to “False”. By default it is set to “False”   Change value from false to true.  Run a component registration wizard for Web Access and a reset IIS.      <!--        If request Full-Text License when ...