<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to design this process model</title><link>https://community.appian.com/discussions/f/process/27006/how-to-design-this-process-model</link><description>I have a record type customers and their orders . For every customer i have multiple orders. Every 7 days , we need to send a reports of all the open orders to each customer via mail 
 There is no UI form to trigger this . This should be a scheduled job</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to design this process model</title><link>https://community.appian.com/thread/106116?ContentTypeID=1</link><pubDate>Sun, 01 Jan 2023 15:57:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e8795ac-97f1-4684-9d84-fb85f77b7904</guid><dc:creator>fredaf</dc:creator><description>&lt;p&gt;1. Configure a &lt;strong&gt;start timer event&lt;/strong&gt; on your process model to auto-trigger at required time.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. Use &lt;strong&gt;queryRecordType&lt;/strong&gt; to get your list of customers from the record by applying a filter for open orders (Orders may be a record relationship).&lt;/p&gt;
&lt;p&gt;3. Iterate through the list of customers and send emails using the&lt;strong&gt; Send email smart service&lt;/strong&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Since you&amp;#39;re new to Appian, I&amp;#39;d suggest reading up on all the topics mentioned in bold so you can learn more about them and then implement the given flow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>