I am trying to build an application that will receive from the user a list of employees' emails, and based on an office365 database will give me the list of managers of those employees.
I was able to do this for one name, but I want for a large number of names.
I have a text window named InfoAbou1 into which the emails are entered and a label window, when under Text, I wrote the following command: Office365Users.ManagerV2(Text_InfoAbout1.Text).mail.
How do I do this for more than one email feed
I would do this myself by adding the Manager as a field in the User table, and the selection is made in a combo box using multiple selection allowed.
The combo box will not give it to you directly, you'll need to perform a second lookup function matching the GUID of the record that the combo box returns.
Depending on how you want to output the data, you may need to use a concat function.
I would do this myself by adding the Manager as a field in the User table, and the selection is made in a combo box using multiple selection allowed.
The combo box will not give it to you directly, you'll need to perform a second lookup function matching the GUID of the record that the combo box returns.
Depending on how you want to output the data, you may need to use a concat function.
User | Count |
---|---|
263 | |
110 | |
98 | |
55 | |
40 |