Steps
This
procedure
must be performed by a user with administrator access in the Web Server.
1.
Backup your web site (Located in:
C:\Bizagi\Projects\[ProjectName]\WebApplicaton)
2.
Open the web.config file located in the root folder (i.e,
C:\Bizagi\Projects\[ProjectName]\WebApplicaton\web.config)
of your web
site using the text editor of your choice (i.e, Notepad).
3.
In AppSetting sections, add the following key:
For
Bizagi version 9.1.x:
<add key="NumRowsForSystemQueryGrids" value="[NewVale]" />
For
Bizagi version 10.x
<add key="Inbox_RowsPerPage" value="[NewValue]" />
Replace
[NewValue]
with the number of pending cases to be displayed.

4.
Save the web.config file and verify the results.

1.
Open the bizagi-extended.properties file located in C:\BizagiJEE\[BizagiVersion]\BizagiBPMJEE\bizagi-config, using
the text editor of your choice (i.e, Notepad).
2.
Add the following key into the file:
Inbox_RowsPerPage=[NewValue]
Replace
[NewValue]
with the number of pending cases to be displayed.

3.
Save the bizagi-extended.properties file and verify the results.
|