Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleContext
English
The issue is when you have a datalist that is showing 100 or more records at 1 page, causing the browser to make 100 separate calls to the server. Which in turn causes the Process Status Bar to load slowly.

Workaround

This can be solved by using a multi datalist formatter plugin to sequentially use a bean shell formatter before using the process status formatter. The bean shell code below is used to display status bar only for records that are "Resolved".

...