Hi Guys,
I want sample oml for the following. Consider I have table XYZ and when the record is inserted in to XYZ and status is lets say PUBLISHED then I want to trigger email to all the users in the user table. Can anyone send me sample please.
Thanks in advance.
Hi Touseef I hope i can help you
A business process is simply called a Process in OutSystems and is understood as the way that a particular task is carried out in your organization, such as handling invoices, processing orders, or handling complaints. Processes are also known as BPT (Business Process Technology
https://www.outsystems.com/use-cases/digital-operations/
Create logic for sending emails to the Logic tab and create a new server action by right-clicking Server Actions and selecting Add Server Action from the menu. ...Drag the Send Email action to the flow. ...Go to the Send Email properties action and select your Email in the Email list.https://success.outsystems.com/Documentation/11/Developing_an_Application/Implement_Application_Logic/Emails_in_Mobile_and_Reactive_Web_Apps/Sending_emailsThanks&RegardsHimanshu
Hello @touseef ahmed
Please check bellow links to understand BPT and how to send E mail :
https://www.outsystems.com/training/lesson/2226/how-to-use-apis-to-programmatically-control-a-process
https://success.outsystems.com/Documentation/11/Developing_an_Application/Implement_Application_Logic/Emails_in_Mobile_and_Reactive_Web_Apps/Sending_emails
In additional to this you can watch this video for better understanding of the topic.
https://www.youtube.com/watch?v=6pwZb1Ah8RU
Regards,
Anuli.