I am novice with Lotus. Please help. I built a New Access Requests database for the company I work for. What this will do.
Create a request for system ids for a new employee
1. Allow a blank form for employee information as well as IDs/System Access needed.
2. Once saved this new request is then forwarded to the helpdesk
3. The helpdesk assign the sequential order in which the IDs will be assigned. This is done by entering groups into a field
ROUTINGREQUEST field
field type = Dialog List -
editable (uses address dialog for choices)
I want to keep to original list in tact so I created another field
ROUTINGLIST field
Field type = text computed
Value = RoutingRequest
There is also a hidden field ROUTINGCOUNT
And the value is @Elements(RoutingRequest)
I do not know how to code the button to mail the 1st person in ROUTINGLIST a link to the form then remove that person from the list so that when the “MY REVIEW IS COMPLETE” button is clicked the second person in the list is now the first person in the list and so on until the list is empty.
Software/Hardware used:
ASKED:
November 30, 2007 3:10 PM
UPDATED:
February 20, 2008 3:15 AM