Solved! Go to Solution.
Hi @daroot,
If here you are talking about the Creat New Request part, then within the OnSelect property of the Save button, the Email function is:
Office365.SendEmail(Office365Users.UserProfile(NewLeaveApproverID).Mail, "Leave Request Approval", emailHtml,{IsHtml:true, Importance:"normal"});
If additional Email need to be sent, then please consider add another line behind the formula above:
Office365.SendEmail( Office365Users.UserProfile(NewLeaveApproverID).Mail, "Leave Request Approval", emailHtml, {IsHtml:true, Importance:"normal"}); Office365.SendEmail( SupervisorEmailAddress, "Leave Request Approval", emailHtml, {IsHtml:true, Importance:"normal"});
Regards,
Michael
Hai Daroot
I am also looking for same solution, if you find any solution let me know
Hi @daroot,
If here you are talking about the Creat New Request part, then within the OnSelect property of the Save button, the Email function is:
Office365.SendEmail(Office365Users.UserProfile(NewLeaveApproverID).Mail, "Leave Request Approval", emailHtml,{IsHtml:true, Importance:"normal"});
If additional Email need to be sent, then please consider add another line behind the formula above:
Office365.SendEmail( Office365Users.UserProfile(NewLeaveApproverID).Mail, "Leave Request Approval", emailHtml, {IsHtml:true, Importance:"normal"}); Office365.SendEmail( SupervisorEmailAddress, "Leave Request Approval", emailHtml, {IsHtml:true, Importance:"normal"});
Regards,
Michael
Dear Michael
Appreciate your reply.
Where we will configure the supervisor email address, as the application will be for the whole company and the supervisor for each department will be different.
Anwar
Hi @v-micsh-msft,
On the Approver email address is it possible to used a button and parse the value as the selected value. So the users no need to pick the on popup page, since the only 5 managers on the system. If possible how to do it?
Thanks
User | Count |
---|---|
152 | |
93 | |
84 | |
77 | |
58 |
User | Count |
---|---|
194 | |
174 | |
106 | |
96 | |
89 |