Can you please share the list of rules which uses light weight list also, please share the PDN setting which avoids lightweight error
@SuhasK did you check previous posts?
Please check the documentation relevant for your Pega version
Identifying Rules that use page lists
@MarijeSchillern , Thanks for the reply this was helpful.
can you also share me any document which shares difference between lightweightlist and actual.
Thanks a lot and thanks in advance.
@SuhasK I’ve searched and am not able to find any other documentation.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
To identify rules that use lightweight lists, you can use the Lightweight Lists utility. You can access this utility from the Dev Studio header by clicking Configure > System > Performance > Rules not using lightweight lists.
There are two dynamic system settings that control the use of lightweight lists: clipboard/lightWeightList/enableForCorePRPCRules (set to true by default) and clipboard/lightWeightList/enableForCustomerRules (set to false by default). These settings override any rule-specific settings you change.
A lightweight list is a run-time format for the Code-Pega-List page that supports the report display. This format is more efficient than the default format but does not support certain kinds of processing. You can specify that results display in a lightweight list for Obj-Browse methods and lookup lists. Report definitions automatically use lightweight lists.
Identifying rules that use page lists > Dynamic system settings