on 2020 Jun 05 1:02 PM
Hi Experts,
We have Work Manager 6.1 application deployed on SMP 3.0. We have a requirement to restrict complex table entries with records starting with 2000 to 3000 series in a specific screen.
We cannot restrict these entries in middle ware or back end as these records has to be hidden in specific screen. Please suggest rule that can achieve this requirement.
Regards,
Swathi.
Request clarification before answering.
Swathi,
One approach would be to add a new "series" field to the complex table definition and populate this field with a common value for each series. For example use "2000" for all records that begin with 2000 through 2999.
Next, create a complex table index "series" on this new series field, and a second complex table index "id_by_series" on the ID field and set the parent index to the new "series" index.
On your screen, set the complex table search control to use the "id_by_series" index and set the parent value to the series that you want to restrict (for example "2000").
Using complex table indexes in this manner will perform much faster than using rules to filter the data on the fly.
Jim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
4 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.