Hi, I have a custom-made (SPD) aspx form which uses the Tasks list. Now, I want only users who are listed in my:
TaskApprovers list to be able to set the Tasks.Status=Complete on the Tasks
list. For example, when a user clicks the Save button, a message would popup if they are not listed in the
TaskApprovers list.
In short, I'd like to compare if the current Logged On user is within the
TaskApprovers list.
Any idea how? Thanks.
Stephane