Need to show popup message onload of Record Producer in portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 04:40 AM
Hello
I have a requirement where i need to show popup message onload of Record Producer in portal. This message can change change frequently. So we created one custom table where 2 fields while be there. one field is referring catalog item table and other field is string which contains message. On load of record producer if item is present in custom table then message specific to that item needs to be pop up. Can anyone help me where we need to write script for this? or anyother easier way to do this?
Thanks
Akash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2023 05:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2023 10:16 AM - edited 05-06-2023 10:17 AM
When you say "if item is present", is there a reference field or something on the record producer pointing to the item in the custom table? Just trying to determine where the item is on the record producer, or is the record producer itself the "item" on the custom table?
It's going to be on onLoad Client Script, but just need more details or screenshots.
Please mark this response as correct and/or helpful if it assisted you with your question.
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2023 02:27 AM
@Steven Parker wrote:When you say "if item is present", is there a reference field or something on the record producer pointing to the item in the custom table? Just trying to determine where the item is on the record producer, or is the record producer itself the "item" on the custom table?
It's going to be on onLoad Client Script, but just need more details or screenshots.
Hello Steven,
Here record producer itself is item and in custom table we will have reference to this record producer. I can't write onload client script as there are more record producers and in future also we may need to add this popup for other record producers. So that's why we created custom table where record can be inserted with 2 fields record producer and popup message...onload of this record producer on portal I need to show popup message configured in custom table.