<?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 Re: How to add delegated approvers to the Awaiting Approvals list on Service Operations Workspace in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/how-to-add-delegated-approvers-to-the-awaiting-approvals-list-on/m-p/3143185#M1169901</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/490277"&gt;@mfhaciahmetoglu&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;If you check in the OOB script, you can see&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SysID&amp;nbsp; is&amp;nbsp;&amp;nbsp;javascript&amp;amp;colon;new ApprovalDelegationUtil().getOnlyDelegatedApprovals()&lt;BR /&gt;or&lt;BR /&gt;Approver is&amp;nbsp;javascript&amp;amp;colon;new ApprovalDelegationUtil().getApprovers()&lt;BR /&gt;&lt;BR /&gt;you can try the similar in the SOW.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NajmuddinMohd_0-1736270120095.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/411357i365A155EB088327C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NajmuddinMohd_0-1736270120095.png" alt="NajmuddinMohd_0-1736270120095.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;If the above information helps you, kindly mark it as Helpful and Accept the solution.&lt;BR /&gt;Regards,&lt;BR /&gt;Najmuddin.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2025 17:17:00 GMT</pubDate>
    <dc:creator>Najmuddin Mohd</dc:creator>
    <dc:date>2025-01-07T17:17:00Z</dc:date>
    <item>
      <title>How to add delegated approvers to the Awaiting Approvals list on Service Operations Workspace</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-add-delegated-approvers-to-the-awaiting-approvals-list-on/m-p/3143171#M1169897</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;We have created an Awaiting Approvals list and add it to the default lists on the Left-Navigation menu on SOW - UX list menu components.&amp;nbsp;&lt;P&gt;&amp;nbsp;&lt;/P&gt;This was configured by "Dynamic = ME" . However, we noticed that this does not include the delegated approvals.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I had this problem in Core UI as well and fixed that via a Query Business Rule that I created for the approval database view.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;However, as we cannot use Database View as UX List Menu configuration, I could not find any way to add the delegations to this list as well. Does any one have any idea how I can include delegated approvals to my "Awaiting Approvals" list on Service Operations Workspace?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best,&lt;/DIV&gt;&lt;DIV&gt;Firat&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Jan 2025 17:05:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-add-delegated-approvers-to-the-awaiting-approvals-list-on/m-p/3143171#M1169897</guid>
      <dc:creator>mfhaciahmetoglu</dc:creator>
      <dc:date>2025-01-07T17:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to add delegated approvers to the Awaiting Approvals list on Service Operations Workspace</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-add-delegated-approvers-to-the-awaiting-approvals-list-on/m-p/3143185#M1169901</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/490277"&gt;@mfhaciahmetoglu&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;If you check in the OOB script, you can see&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SysID&amp;nbsp; is&amp;nbsp;&amp;nbsp;javascript&amp;amp;colon;new ApprovalDelegationUtil().getOnlyDelegatedApprovals()&lt;BR /&gt;or&lt;BR /&gt;Approver is&amp;nbsp;javascript&amp;amp;colon;new ApprovalDelegationUtil().getApprovers()&lt;BR /&gt;&lt;BR /&gt;you can try the similar in the SOW.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NajmuddinMohd_0-1736270120095.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/411357i365A155EB088327C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NajmuddinMohd_0-1736270120095.png" alt="NajmuddinMohd_0-1736270120095.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;If the above information helps you, kindly mark it as Helpful and Accept the solution.&lt;BR /&gt;Regards,&lt;BR /&gt;Najmuddin.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 17:17:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-add-delegated-approvers-to-the-awaiting-approvals-list-on/m-p/3143185#M1169901</guid>
      <dc:creator>Najmuddin Mohd</dc:creator>
      <dc:date>2025-01-07T17:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to add delegated approvers to the Awaiting Approvals list on Service Operations Workspace</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-add-delegated-approvers-to-the-awaiting-approvals-list-on/m-p/3143804#M1170111</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From which record, did you find this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Firat&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 08:59:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-add-delegated-approvers-to-the-awaiting-approvals-list-on/m-p/3143804#M1170111</guid>
      <dc:creator>mfhaciahmetoglu</dc:creator>
      <dc:date>2025-01-08T08:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to add delegated approvers to the Awaiting Approvals list on Service Operations Workspace</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-add-delegated-approvers-to-the-awaiting-approvals-list-on/m-p/3144038#M1170186</link>
      <description>&lt;P&gt;In Native UI,&lt;BR /&gt;For My Approvals, check Edit module.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Najmuddin.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 12:22:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-add-delegated-approvers-to-the-awaiting-approvals-list-on/m-p/3144038#M1170186</guid>
      <dc:creator>Najmuddin Mohd</dc:creator>
      <dc:date>2025-01-08T12:22:35Z</dc:date>
    </item>
  </channel>
</rss>

