Configuring the Pending Tasks Listing In the Laserfiche Forms 9.2 Inbox To Sort by Processes By Default.

March 23, 2015 | KB: 1013623
Forms 9.2

Summary

Laserfiche Forms 9.2 features a new Inbox view for displaying pending tasks. Depending on one's business processes, the person accessing Forms may want the default listing of pending tasks to sort by available processes instead of the date assigned.

More Information

To change the default sort order for pending tasks in the Inbox to sort by Process instead of Date Assigned, browse to C:\Program Files\Laserfiche\Laserfiche Forms\Forms\js\controllers and edit the controller.inbox.js file.

Important: Make sure you have a valid backup of controller.inbox.js before making any modifications.

Open controller.inbox.js with a text editor and search the file for the following value:

defaultGroup:"date_des"

Modify that value to:

defaultGroup:"process_asc"

After configuring the Inbox to sort by processes, you can also configure the list of processes to default to displaying as closed.

Within the same controller.inbox.js file, search for:

name:bpname,expanded:true

And change that value to

name:bpname,expanded:false