Hi,
Please can someone suggest the fx code to do the following:
I am using a Canvas App. which has a button called btnRemoveLineManager
I also have a combobox (People Picker) called cmbGetLineManagerAccount
I have a Sharepoint List called My Line Managers List and a Column in that list called Service Line Managers Email that stores emails as text.
I want to get the Email from the combobox (People Picker) cmbGetLineManagerAccount selected and check if the Email exists in the Sharepoint List My Line Managers List in the column Service Line Managers Email .
If the email from cmbGetLineManagerAccount exists i then want to delete the item from the Sharepoint List, then refresh/update the List.
The sharepoint List could have thousands of items, so avoiding delegation issues would also need to be taken into account.
The fx code would be put into the On Select event on the btnRemoveLineManager button.
Thanks in advance for any advice/suggestions