user8401416
user8401416

Reputation:

Populate list based on selection from separate list

There are a few topics that I have found while searching for an answer to this, but nothing that specifically helps my situation. Here's what I need to do and some background.

Example

Bob Jones is requesting a new logon for Sally Smith who will work at Store 1.

Bob selects "Store 1" from the first dropdown list

List 2 populates a list of approvers who are in "Store 1" group AND "Store Managers" group.

Can someone please tell me where to start on this! Any help is very much appreciated!!

Upvotes: 1

Views: 33

Answers (1)

Josh Evans
Josh Evans

Reputation: 655

Within the function that is called whenever the first drop-down menu changed, ie. a new value has been selected (such as selecting a store), you can have a simple if-else structure that, depending on the newly selected drop-down menu item, checks for any valid values within your Active Directory.

That is as specific as I can be, seeing as you haven't posted any code along with your question.

Upvotes: 1

Related Questions