<?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 provide rejection reason when HR want to reject candidate Application</title><link>https://community.appian.com/discussions/f/new-to-appian/24062/how-to-provide-rejection-reason-when-hr-want-to-reject-candidate-application</link><description>Hi All, 
 I have created a HR dashboard where a HR can pick any application in read only mode after that HR can Select and Reject candidate. 
 so in this when i am creating a related action for Select and reject so i can easily able to create a process</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to provide rejection reason when HR want to reject candidate Application</title><link>https://community.appian.com/thread/92828?ContentTypeID=1</link><pubDate>Mon, 28 Mar 2022 06:23:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a4d79d63-aced-46ba-977f-159f05e781ac</guid><dc:creator>vibhutig0004</dc:creator><description>&lt;p&gt;You need to create a process model with the interface you&amp;#39;re using for selection, then map the rule inputs as process variables. After, the start node use a XOR with condition: pv!selection=&amp;quot;Reject&amp;quot; go to Write to DSE, with the variable configuring it, the use the send email smart service configuring it with from: process initiatior, to: the interviewee name or (emailid), add the subject:, then in message body in expression mode write the message &amp;amp; pv!reason and then the end node. In similar way you can do the required for the selection as Select.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to provide rejection reason when HR want to reject candidate Application</title><link>https://community.appian.com/thread/92794?ContentTypeID=1</link><pubDate>Sat, 26 Mar 2022 13:08:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d68127e9-8327-4763-bd35-f08153b37db4</guid><dc:creator>sandeep kadiveti</dc:creator><description>&lt;p&gt;As I&amp;#39;ve said, you can use send email smart service which is in process model -&amp;gt; Appian smart service -&amp;gt; communication-&amp;gt; send email. There you can configure the from, to, subject, body( direct text or an HTML template) and trigger this activity upon rejection. You can create a gateway which has rejection path and approval path as output!! this mail smart service would be in rejection path!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;coming to giving a proper reason. there&amp;#39;s an &amp;quot;insert expression&amp;quot; feature for the body of the mail, there you can insert the process variable which captured the rejection reason.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to provide rejection reason when HR want to reject candidate Application</title><link>https://community.appian.com/thread/92793?ContentTypeID=1</link><pubDate>Sat, 26 Mar 2022 12:51:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a8c027bc-335a-4a87-aa97-6c1b366a81a6</guid><dc:creator>madhup0003</dc:creator><description>&lt;p&gt;We have to send proper reason to&amp;nbsp; candidate&amp;#39;s after rejecting them .So what method needs to apply for it&lt;/p&gt;
&lt;p&gt;If rejected, mail should get triggered to user informing about the rejection along with Rejection Reason&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to provide rejection reason when HR want to reject candidate Application</title><link>https://community.appian.com/thread/92792?ContentTypeID=1</link><pubDate>Sat, 26 Mar 2022 12:08:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a139c8b8-0f57-4ed3-93b4-e3416516054c</guid><dc:creator>sandeep kadiveti</dc:creator><description>&lt;p&gt;If you just want to let the candidate to know the status of Application, you can always use &amp;quot;send email smart service&amp;quot;. But you have to capture candidate email ID.&lt;/p&gt;
&lt;p&gt;As for the 2nd query, about the data being deleted or stored, it totally depends on which activity you&amp;#39;re using to interact with DB. In this case you&amp;#39;re using a simple Write to DSE, so I presume it would just store the data&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to provide rejection reason when HR want to reject candidate Application</title><link>https://community.appian.com/thread/92782?ContentTypeID=1</link><pubDate>Fri, 25 Mar 2022 18:24:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2909dbdb-3e64-4649-a790-9ca12e730eb8</guid><dc:creator>jyotig0006</dc:creator><description>&lt;p&gt;Hi vibhutig004&lt;/p&gt;
&lt;p&gt;can you please explain how to create process model in related action for this above code&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to provide rejection reason when HR want to reject candidate Application</title><link>https://community.appian.com/thread/92746?ContentTypeID=1</link><pubDate>Fri, 25 Mar 2022 10:13:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8cca7be8-69f4-4d22-ac6f-10ee6447f9e4</guid><dc:creator>vibhutig0004</dc:creator><description>&lt;p&gt;Hello ! you can store the values of the dropdown box as a rule input (ri!selection) and then in a sectionLayout you can spectify the reason and then save on clicking the button (in sectionLayout specify the condition- showWhen: ri!selection=&amp;quot;Reject&amp;quot; this will show the section layout only when the value in dropdown box is reject. Then you can create the process model and map the process variables and use write to dse service, your data will be saved to the database as reject.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!sectionLayout(
  contents:{
    a!dropdownField(
      placeholder:&amp;quot;Choose application &amp;quot;,
      choiceLabels: {&amp;quot;Reject&amp;quot;,&amp;quot;Select&amp;quot;},
      choiceValues: {&amp;quot;Reject&amp;quot;,&amp;quot;Select&amp;quot;},
      value:ri!selection,
      saveInto: ri!selection
    ),
   a!sectionLayout(
     contents:{
       a!paragraphField(
         label:&amp;quot;Reason&amp;quot;,
         instructions: &amp;quot;Add reason for application rejection&amp;quot;,
         required: true,
         value:ri!reason,
         saveInto: ri!reason
       ),
       a!buttonLayout(
         primaryButtons: {
           a!buttonWidget(
             label: &amp;quot;SAVE&amp;quot;,
             value: &amp;quot;SAVE&amp;quot;,
             saveInto: ri!buttonAction,
             submit: true,
             style: &amp;quot;PRIMARY&amp;quot;
           )
         },
         secondaryButtons: {
           a!buttonWidget(
             label: &amp;quot;CANCEL&amp;quot;,
             value: &amp;quot;CANCEL&amp;quot;,
             saveInto: ri!buttonAction,
             submit: true,
             style: &amp;quot;NORMAL&amp;quot;
           )
         }
       )
     },
     showWhen: ri!selection=&amp;quot;Reject&amp;quot;
   ) 
  }
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve used 3 rule inputs : ri!selection(for dropdown selection),&amp;nbsp; &amp;nbsp;ri!reason(reason for rejection), ri!button(save values for button).&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>