I have to restrict end user to show catalog item in HR4U portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2023 11:53 AM
Hi,
I have to restrict end user to show catalog item in HR4U portal. We are having Recommended for you widget in portal and in that it shows some catalog item and As an end user, User should not be able to see General Inquiry in the Recommended for You widget on HR4U portal.
Can anyone please help me how to achieve that.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 11:50 PM
Hi @Sandeep Rajput,
I have added gs.info('General inquiry', data.results); in code.
Can you please tell how to test that.
Regards,
Nivedita

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2023 07:45 AM
@niveditakumari Please update your gs.info statement as follows.
gs.info('General Inquiry '+ data.results);
Afterward try accessing the System log and check if you find the sys_id of General Inquiry record producer in the list of sys_ids printed by the gs.info statement. If you find the it in logs then it can be removed from the array.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 02:26 AM
Hi @Sandeep Rajput,
I have added gs.info statement :
I have reload portal and after that I have reload log but I didn't see anything in log statement.
Can you please help me to achieve that.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 02:49 AM
Hi @Sandeep Rajput,
As widget name 'Recommended Articles For Todos' does it show only articles to portal?
I'm not sure I'm assuming that.
When I'm opening widget for Recommended articles for you it is showing 'Relevant for you' widget. Do I need to make any changes in 'Relevant for you' widget.
Can you please correct my code to achieve that.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 10:43 AM
Hi,
Can anyone please help me to achieve that.
Regards,
Nivedita