- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi all,
I’m trying to add custom fields to the right-side details panel in the WSD Visitor Receptionist Portal.
In that panel I currently see fields like:
- Visitor type
- VIP
- Parking preferences
I’d like to show additional custom fields there, for example below the VIP field.
Does anyone know:
- whether this section is configurable out of the box
- which table / component drives those fields
- and what the best upgrade-safe way is to add custom fields there
Is this done through UI Builder, a data resource/data broker, or does it require customization of the WSD page/component?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago - last edited a week ago
Thanks to all replies.
Thanks to all replies.
To show an additional field in the Visitor Portal / Receptionist Portal details panel, just:
- Create the field on the Visitor table if it does not already exist.
- Open the relevant Visit Requirements record.
- Add that field in the Additional Information related list.
That configuration controls which fields appear in the panel (along with fields like Visitor type, VIP, and Parking preferences), so this is the most upgrade-safe approach.
Greets
Daniel
Please mark reply as Helpful/Correct, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Daniel Borkowi1 ,
This is not done using UI Builder but it's a Portal Widget.
What you can do is, Type "sp_widget.list" in the navigator, look for the this widget by typing "*Visitor", then once you got the right widget, look at the HTML and search for "
- Visitor type
- VIP
- Parking preferences ", then add your custom fields backend names.
Finally, correct your server script to include these custom fields.
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thanks @sandeepdutt , I found the widget and realised that VIP and Parking preferences is not hardcoded in. It's more or less read out of any configuration - chain of a lot of Script Includes. So seems it's somewhere configurable, instead of adjusting the widget code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Daniel Borkowi1 ,
Since it's on portal, i doubt you can configure it !! Apart from Cloning this Widget and making changes to the code.
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago - last edited a week ago
Thanks to all replies.
Thanks to all replies.
To show an additional field in the Visitor Portal / Receptionist Portal details panel, just:
- Create the field on the Visitor table if it does not already exist.
- Open the relevant Visit Requirements record.
- Add that field in the Additional Information related list.
That configuration controls which fields appear in the panel (along with fields like Visitor type, VIP, and Parking preferences), so this is the most upgrade-safe approach.
Greets
Daniel
Please mark reply as Helpful/Correct, if applicable. Thanks!
