Increase the number of rows in Manage Personal (Task Views)

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search

Description

This will allow the number of initial records in the Enterprise Views list under Manage Personal to be greater than the default of 25, and when "More…" is clicked the same will be true for the number of additional records that show. The value for mnRowInc can be increased or decreased based on your needs, though be careful with larger values, particularly over 100.


ManageTaskViews ScreenShot.gif

Fix

Affected File: C:\Program Files\Allscripts Healthcare Solutions\TouchWorks Web\Works\WebWorks\CHWorks\Tasks\TaskManageViews.htm
Affected Line (v10.0.3): 73
Before: var mnRowInc = 25;
After (set to whichever value you'd like): var mnRowInc = 100;


ManageTaskViews EditHtml.gif


Patient Lookup Dialog

This same procedure can be applied to increasing the number of rows for the patient lookup modal screen.

Affected File: C:\Program Files\Allscripts Healthcare Solutions\TouchWorks Web\Works\CHPtLkp\CHWorks\PtLkpModal.js
Affected Line (v11.0.0): 43
Before: var mnRowInc = 20;
After (set to whichever value you'd like): var mnRowInc = 100;