paoconnell
Programmer
We have an export file with personnel information, with each record associated with a Notes address in rfc821 format, that is first_last@domain.ext, stored in the field INTERNET_ADDRESS.
We need to use this information in a Notes database to restrict access by a user to just the records matching his/her Notes account. Not a problem, except that either the restriction needs to be base either on having the "real" Notes address on the form, or having the restriction work with the rfc821 address.
Will this View Selection formula work properly?
SELECT Form = "Employee" & @Name([Address821];@UserName) = INTERNET_ADDRESS
Pat O'Connell
We need to use this information in a Notes database to restrict access by a user to just the records matching his/her Notes account. Not a problem, except that either the restriction needs to be base either on having the "real" Notes address on the form, or having the restriction work with the rfc821 address.
Will this View Selection formula work properly?
SELECT Form = "Employee" & @Name([Address821];@UserName) = INTERNET_ADDRESS
Pat O'Connell