Hi guys. Please assist with this.
I have this code on the OnSelect property of a Button on a screen which works well:
Office365Outlook.SendEmail("l****@c*******.co.za"; "Ratios"; "This is your calculated Ratios")
However,
1) I want it to email the current screen where the button is located (either as a screenshot or a pdf attachment, but preferably as a screenshot to keep it simple). The screen's name is RatiosScreen
Also, instead of the email address, I want it to add the below in somehow/somewhere in the formula so the app send the emails to the logged in user
Advisor.DisplayName = MyProfile.DisplayName
Any tip or ideas, please?