c# - SharePoint 2013 check if a list column already has a value and send email -


i have case 7 different states. in state 1, users can fill fields list. , 1 of if-statements when field "connect to" filled number, code sends email user. don't have fill column in state 1, can in state 2 or maybe state 3.

but problem is, if filled column in state 1 , proceed, goes state 2 , 3, code recognize field has value , send email.

how should customize if-statement if code sent 1 email, shouldn't sent again? thanks!

have column indicates you've sent email. flip when send email. don't send email if "sentemail" column true.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -