頁面核准工作項目中已增加避免頁面逾時的選項。(ID-18544) approval.jsp 頁面現在接受下列特性:
Paging。若有的話,則會啟用分頁。
MaxRows。每頁上顯示的列數
orderBy。排序參數
可增加下列欄位來修改 WorkItemList 表單:
<Field name='PagingButtons'>
<Display class='ButtonRow'>
<Property name='align' value='right'/>
</Display>
<Disable>
<not>
<ref>viewOptions.Paging</ref>
</not>
</Disable>
<Field name='action'>
<Display class='Button'>
<Property name='command' value='Recalculate'/>
<Property name='label' value='<<'/>
<Property name='value' value='first'/>
</Display>
</Field>
<Field name='action'>
<Display class='Button'>
<Property name='command' value='Recalculate'/>
<Property name='label' value='<'/>
<Property name='value' value='previous'/>
</Display>
</Field>
<Field name='action'>
<Display class='Button'>
<Property name='command' value='Recalculate'/>
<Property name='label' value='>'/>
<Property name='value' value='next'/>
</Display>
</Field>
<Field name='action'>
<Display class='Button'>
<Property name='command' value='Recalculate'/>
<Property name='label' value='>>'/>
<Property name='value' value='last'/>
</Display>
</Field>
</Field>
已增強多重核准工作流程程序,可支援將 approvers 清單自動轉換為用於產生核准工作項目的 approverObjects 清單。(ID-19238)