<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Reporting on approvals in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659543#M316469</link>
    <description>&lt;P&gt;I have a Request item with approvers in the Workflow. &amp;nbsp; I want to report on who approved/rejected each step. &amp;nbsp; I tried from the Approval (sysapproval_approver table) but can't find how to dot walk to the item. &amp;nbsp; Is this possible? &amp;nbsp; ~Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2016 21:23:54 GMT</pubDate>
    <dc:creator>sguthrie</dc:creator>
    <dc:date>2016-01-06T21:23:54Z</dc:date>
    <item>
      <title>Reporting on approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659543#M316469</link>
      <description>&lt;P&gt;I have a Request item with approvers in the Workflow. &amp;nbsp; I want to report on who approved/rejected each step. &amp;nbsp; I tried from the Approval (sysapproval_approver table) but can't find how to dot walk to the item. &amp;nbsp; Is this possible? &amp;nbsp; ~Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 21:23:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659543#M316469</guid>
      <dc:creator>sguthrie</dc:creator>
      <dc:date>2016-01-06T21:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting on approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659544#M316470</link>
      <description>&lt;P&gt;Create report like below, I am not sure is the same thing you are looking for....&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199750i7BD9CB731C883421/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2016 05:10:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659544#M316470</guid>
      <dc:creator>Raju Koyagura</dc:creator>
      <dc:date>2016-01-07T05:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting on approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659545#M316471</link>
      <description>&lt;P&gt;Hi Sherri,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You can try with the report Raju mentioned above. If you want to get the complete details of approvals for a single request item then give the filter as Approval for is &amp;lt;RITM number&amp;gt;. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2016 06:58:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659545#M316471</guid>
      <dc:creator>Ajai S Nair</dc:creator>
      <dc:date>2016-01-07T06:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting on approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659546#M316472</link>
      <description>&lt;P&gt;Perfect! &amp;nbsp; Thanks. &amp;nbsp; Each approval has a group assigned to it. &amp;nbsp; The last field I need is this group. &amp;nbsp; Is this possible? &amp;nbsp; Also, is there a way to see table relationships to help me with the dot walking? &amp;nbsp; Thanks &amp;nbsp; for your help.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2016 16:12:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659546#M316472</guid>
      <dc:creator>sguthrie</dc:creator>
      <dc:date>2016-01-07T16:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting on approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659547#M316473</link>
      <description>&lt;P&gt;Yes, you can add assignment group as well. Dot walk can be done for a reference field, if you select refernce field like "Approval for" in the available section you will find &amp;nbsp; "+" symbol beside to the available section. Just click on that '+' symbol to get that specific table fields.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Please mark it correct answer, if this answer your question.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199751i31E39DD433991C31/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2016 16:52:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659547#M316473</guid>
      <dc:creator>Raju Koyagura</dc:creator>
      <dc:date>2016-01-07T16:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting on approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659548#M316474</link>
      <description>&lt;P&gt;Approval for.Assignment group is blank for me. &amp;nbsp; &amp;nbsp; The group is assigned in the Workflow-Activity Properties: Approval-User. &amp;nbsp; This group is assigned to receive the approval emails.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2016 17:00:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659548#M316474</guid>
      <dc:creator>sguthrie</dc:creator>
      <dc:date>2016-01-07T17:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting on approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659549#M316475</link>
      <description>&lt;P&gt;In workflow activity even though you used approval group, it won't create a single approval record for that group. Instead it creates n number of records based on the group members and each member can get one approval record. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2016 17:44:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/reporting-on-approvals/m-p/1659549#M316475</guid>
      <dc:creator>Raju Koyagura</dc:creator>
      <dc:date>2016-01-07T17:44:50Z</dc:date>
    </item>
  </channel>
</rss>

