wantabe2
asked on
Sharepoint Foundations 2010 Question
Currently I have a list in Sharepoint that users assign work to different clerks. Currently the user just clicks on the drop down menu & chooses a clerk's name. My question is, is there a way for this clerk to be randomly assigned? I have a total of 10 clerk names that ned to be in the rotaion...is this possible? The SharePoint server is a single server with all the defaults chosen when setup. The built in database is also on the same server.
ASKER
I need it to be ramndomly shown....thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
from my understanding, you can pre-select an entry on the New Item page using some lines of Javascript:
http://jsfiddle.net/lakario/dHLax/
Just select the right dropdown field.
HTH
Rainer