Workplace Visitor Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 01:32 AM
Hi WSD experts,
In visitor management, when a guest is registered, Receptionist staff will print their Badges.
The badge looks like below.
When we click the print badge Ui action, we need to get the hardcopy printed from the printer.
How can we achieve this?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 07:33 AM
Have you found a solution to this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2022 04:45 AM
no
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 01:50 PM
The UI action to print the badges, simply opens a portal page.
I suppose you simply have to configure the widget on that page, so that content and layout is compatible with the size of the badge printers label size.
And then on that portal page use ctrl+p and select the badge printer.
We haven't started implementation of WSD yet, so I'm just guessing.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 08:37 AM
Hi @si21
Not sure if you have implemented it, you can create Ui action and call the UI page. The UI page will hold the values of the visitor and then creates PDF which is your badge format. The logic applies to get the values from register record to the UI page.
Hope it helps.