Question
The Hongkong and Shanghai Banking Corporation Ltd India
IN
Last activity: 26 Jan 2022 8:13 EST
Optimize IsInPageListWhen to run on large number of records in PageList
In our decisioning application we have Pagelist with more than 1000 of records.
So we use OOTB IsInPageListWhen function within when rule of Proposition Filter to check the eligible proposition.
As per the IsInPageListWhen function it browse the Pagelist in sequence. Thus for every proposition in the Proposition filter it browse through all the records every time which makes it a time consuming process.
Any suggestion how we could optimized the rule and reduce the time complexity.