Domino Code Fragment

Code Name*
Selection Formula
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.3.16.83.150
Description*
Selects people for hidden lookup view, based on values in their job title. This is used in the employee directory.
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
SELECT Form = "Employee" & CompanyName = "Your Company" & (@Contains(JobTitle; "President") | @Contains(JobTitle; "Vice") | @Contains(JobTitle; "VP") | @Contains(JobTitle; "Executive") | @Contains(JobTitle; "Chairman") | @Contains(JobTitle; "CEO") | @Contains(JobTitle; "Officer") | Level = "Officer")