I need some advice regarding a web app that I am currently developing. I am stuck on this:
Basically, the admin will login to the web app, select a distribtution group and a class topic and press submit.
After the submit, that class topic will then be assigned to all the members of that selected distribution group. An email will be sent to each
user of that group with a link to login and fill out a few questions.
Now, how will I go about doing this? I mean, do I enumerate all the users of the distribution group after the submit and then insert each individual row into a sql table or do I just insert the distribution group email into a table? or do I check AD after
each user logs into the web app if they are a member of that group and then have them view the assigned questions/content?
I hope you understand what I am trying to do . Please any help would be appreciated.
kouts1
Member
52 Points
43 Posts
Assign distribution group members each a class topic . . .
Apr 15, 2012 01:29 AM|LINK
Hi guys,
I need some advice regarding a web app that I am currently developing. I am stuck on this:
Basically, the admin will login to the web app, select a distribtution group and a class topic and press submit.
After the submit, that class topic will then be assigned to all the members of that selected distribution group. An email will be sent to each
user of that group with a link to login and fill out a few questions.
Now, how will I go about doing this? I mean, do I enumerate all the users of the distribution group after the submit and then insert each individual row into a sql table or do I just insert the distribution group email into a table? or do I check AD after each user logs into the web app if they are a member of that group and then have them view the assigned questions/content?
I hope you understand what I am trying to do . Please any help would be appreciated.
Thanks!