Domino Code Fragment

Code Name*
This button formula is part of a navigator. The script prompts the user and opens a view selected by the user.
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.18.216.230.107
Description*
This button formula is part of a navigator. The script prompts the user and opens a view selected by the user.
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
view := @Prompt([OKCANCELLIST]; "Which view do you want to open?"; ""; ""; "By first name" : "By last
name");
@Command([OpenView]; view)