Workplace Visitor Management

si21
Tera Guru

Hi WSD experts,

In visitor management, when  a guest is registered, Receptionist staff will print their Badges.

si21_0-1665044886022.png

The badge looks like below. 

si21_1-1665045039353.png

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.

 

 

4 REPLIES 4

bfreedman
Tera Contributor

Have you found a solution to this?

no

Lennart
Tera Contributor

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.

Raj_Esh
Kilo Sage
Kilo Sage

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.

--Raj