When User click "send", I would like to make a pop up box and let user input the email address of recipients and CC and send the relevant information to relevant address.
Now I can only send to the default email adress. Kindly advise the solution with oml as reference. Thank you so much.
My existing practice is to define To: in the logic, but I would like to let user input the email and CC when they click "Send" in the UI.
On my machine, the changes are visible, or else, can you please do this?Even for you, I made one Dummy oml go through that OML for referenceThe Working URL : https://akshayproject.outsystemscloud.com/Demo/Screen2?_ts=638303596098066704In this, I have not implemented the send mail mechanism as I want to show you just popup thinking, and in your OML, it was not possible for me to publish and check the change so I made copy of this for your reference (Do the same code in your application.)I hope it will help you.Akshay Deshpande
Hello Winnie Lam, For this, give two inputs to your server's action (job emails) and pass that to To emails and CC and in the Send button click, add the logic of showing a popup. In that popup, give two input widgets for Receipt and CC and two buttons for email sending. Back on the Email send button, you can just call server action (job emails). It will ask you for input Pass your input widget variables It will work.It would be better if you put your OML so we can work on that because from the start it will take more timeThanks and Regards,Akshay Deshpande
@Akshay Deshpande @Arun Rajput
You can take Mainflow/Status as reference to show me how to add pop up of To: and CC: in order to let user input and send the email. Thank you so much!!
Hi @Winnie Lam
If possible please share oml so we can work on that.
Best
Arun
Hello
Please see the below-attached oml for your reference Note: As your mail job server action used many places where I could change the input from record status to status id (as best practice), it had an impact on other code, so for now I sent the blank value over there.So I'm requesting that you just check the status screen and logic in that and replicate same in your code I hope this will help you.Thanks and Regards,Akshay Deshpande
Hi @Akshay Deshpande , seems there is no pop up of 'To email' and 'CC Email' when I click "Send Email" button of the record, just wondering whether "If True/False" concept should be added in order to trigger that Pop Up? Or would you mind capture which part trigger the Pop up in case I m overlooking sth.
Kindly help update the oml if anything is missing. Thanks!!
Hey Sorry, My bad, I have updated and sent again. Please check and let me know if any assistance is needed from my side.Thanks and Regards,Akshay Deshpande
Hi @Akshay Deshpande , would you mind to capture where u hv updated in the oml, seems i cant see the changes in this oml. Thanks!!
Hi @Akshay Deshpande , it works now. Thank you so much!