record produce data hide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 01:25 AM
I have referenced a table A in the record producer list collector. The contents of table A are displayed on the record producer portal screen. Now the requirement is that a certain record of table A should not be displayed on the portal screen. This function can be achieved without deleting the data of Atable.
Atable
record produce
portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 01:56 AM - edited 05-17-2024 01:57 AM
Hi,
Through 'Reference Qualifier' in list collector variable you can filter out the records you do not wish to show in portal.
For e.g. you can use the condition 'name!=A' to hide the record 'A' from being displayed.
PS: Use the exact field names in the reference qualifier.
Regards,
Karthik Nagaramu