<?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 Change Approvals in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250484#M1198916</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found a query/issue in Change Approval where as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An approval is triggered to a XYZ group &amp;amp; we impersonate User A profile from XYZ group to reject it for the first time.&lt;/P&gt;&lt;P&gt;Later on, the same User A profile when we click on "Request Approval" UI action - a second approval is triggered to same XYZ group!&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what I see is that the approval is triggered to all the members of XYZ group but except User A, where we are still in User A profile (impersonation).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would be the possible issue in this case? Is it because we are in User A profile (impersonation) &amp;amp; we have clicked "Request Approval" button for second approval.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Apr 2025 14:19:28 GMT</pubDate>
    <dc:creator>Madhushree_S</dc:creator>
    <dc:date>2025-04-29T14:19:28Z</dc:date>
    <item>
      <title>Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250484#M1198916</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found a query/issue in Change Approval where as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An approval is triggered to a XYZ group &amp;amp; we impersonate User A profile from XYZ group to reject it for the first time.&lt;/P&gt;&lt;P&gt;Later on, the same User A profile when we click on "Request Approval" UI action - a second approval is triggered to same XYZ group!&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what I see is that the approval is triggered to all the members of XYZ group but except User A, where we are still in User A profile (impersonation).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would be the possible issue in this case? Is it because we are in User A profile (impersonation) &amp;amp; we have clicked "Request Approval" button for second approval.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 14:19:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250484#M1198916</guid>
      <dc:creator>Madhushree_S</dc:creator>
      <dc:date>2025-04-29T14:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250536#M1198929</link>
      <description>&lt;P&gt;The likely cause of this behavior is that when you are impersonating User A, the system sees you as User A for all actions, including triggering the "Request Approval" action. As User A has already interacted with the approval (having rejected it earlier), the system might be excluding User A from receiving the approval again.&lt;/P&gt;&lt;P&gt;This can happen because, when an approval is triggered, the system checks if the user has already responded or interacted with the request. Since User A already interacted (by rejecting the approval), the system assumes they don't need to be notified again.&lt;/P&gt;&lt;P&gt;To Verify &amp;amp; Resolve:&lt;/P&gt;&lt;P&gt;Check Approval Records: Verify the approval records in the sysapproval table to see if there's any condition preventing User A from receiving the approval again. It could be due to an approval record already existing for User A with a status of 'Rejected' or 'Approved'.&lt;/P&gt;&lt;P&gt;Check User Impersonation Behavior: Impersonation affects the user context, but the system may not trigger approvals again for the same user if they've already made a decision. Consider using a test user or another group member to verify if this behavior persists.&lt;/P&gt;&lt;P&gt;Investigate Business Rules: Check if there are any business rules or conditions on the approval workflow that might be excluding users who have already made a decision. You may need to adjust the conditions on the approval task creation to ensure all users in the group are included, regardless of prior actions.&lt;/P&gt;&lt;P&gt;Testing Without Impersonation: If possible, test the approval process without impersonation to verify if the issue still occurs. If it doesn't, then the issue is likely related to how impersonation interacts with the approval process.&lt;/P&gt;&lt;P&gt;By investigating these areas, you should be able to pinpoint why User A is excluded from the second approval request and adjust the system behavior accordingly.&lt;/P&gt;&lt;P&gt;Hope this helps! Let me know if you have any further questions or need additional clarification.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Uday Rathore&lt;BR /&gt;ServiceNow Developer&lt;BR /&gt;LinkedIn: &lt;A href="https://www.linkedin.com/in/uday-rathore049/" target="_blank"&gt;https://www.linkedin.com/in/uday-rathore049/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 14:51:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250536#M1198929</guid>
      <dc:creator>Udayrathore049</dc:creator>
      <dc:date>2025-04-29T14:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250539#M1198930</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/641554"&gt;@Madhushree_S&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="0" data-end="52"&gt;I tried this in my PDI and here are my observations:&lt;/P&gt;
&lt;UL data-start="54" data-end="192"&gt;
&lt;LI class="" data-start="54" data-end="192"&gt;
&lt;P class="" data-start="56" data-end="192"&gt;The user who rejected the change—did that user change the assignment group on the change before clicking the "request approval" button?&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="" data-start="194" data-end="361"&gt;If yes, as per the OOTB flow, the approval goes to the assignment group based on the change. If the user is not part of that group, they will not receive the approval.&lt;/P&gt;
&lt;P class="" data-start="363" data-end="544"&gt;However, if the user did not change the assignment group and just clicked "request approval" again, then that user will also receive the approval. Here’s a screenshot for reference.&lt;/P&gt;
&lt;P class="" data-start="363" data-end="544"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AGLearnNGrow_0-1745938323851.png" style="width: 665px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/438648iF1763C5B5485A822/image-dimensions/665x557?v=v2" width="665" height="557" role="button" title="AGLearnNGrow_0-1745938323851.png" alt="AGLearnNGrow_0-1745938323851.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 14:52:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250539#M1198930</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-04-29T14:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250592#M1198946</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/174084"&gt;@Dr Atul G- LNG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say you impersonated David Loo - then rejected the change for first time.&lt;/P&gt;&lt;P&gt;You will still be in David Loo's profile &amp;amp; then click on "Request Approval" button (for triggering second approval). Will David Loo still get an approval record re-generated for him ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 15:41:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250592#M1198946</guid>
      <dc:creator>Madhushree_S</dc:creator>
      <dc:date>2025-04-29T15:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250616#M1198951</link>
      <description>&lt;P&gt;Yes, technically, if David is part of the assignment group, he will receive the approval. Otherwise, he won't. As I mentioned, the OOTB flow picks up the assignment group from the change form.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 16:08:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250616#M1198951</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-04-29T16:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250643#M1198962</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/879854"&gt;@Udayrathore049&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once User A rejects a change record &amp;amp; then is the change requestor clicks on "Request Approval" button again! Then User A is getting a second Approval.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when impersonating in User A profile &amp;amp; then clicking on "Request Approval" again! User A isn't getting any second approval request trigger!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the requirement I checking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 16:34:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250643#M1198962</guid>
      <dc:creator>Madhushree_S</dc:creator>
      <dc:date>2025-04-29T16:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250647#M1198964</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/174084"&gt;@Dr Atul G- LNG&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say, David Loo is not getting second approval when we himself clicks on "Request Approval" button!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know what the issue might be causing for not getting an approval when David Loo himself clicks on "Request Approval" button!!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 16:38:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250647#M1198964</guid>
      <dc:creator>Madhushree_S</dc:creator>
      <dc:date>2025-04-29T16:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250650#M1198966</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/641554"&gt;@Madhushree_S&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="0" data-end="176"&gt;Technically, it should get the approval. The issue seems to be with the flow. If you look at my first screenshot, I clicked via David’s profile, and he is getting the approval.&lt;/P&gt;
&lt;P class="" data-start="178" data-end="298"&gt;Is this happening with all changes, or just one? Also, is it happening for all types of changes, or only specific ones?&lt;/P&gt;
&lt;P class="" data-start="300" data-end="428"&gt;Try repairing the Change Management plugin first. If that doesn’t resolve the issue, I would suggest logging a new support case.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 16:41:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250650#M1198966</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-04-29T16:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250661#M1198973</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/174084"&gt;@Dr Atul G- LNG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sure, I would check with plugin repair!! If not check with NOW Support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your kind advice &amp;amp; help!&lt;/P&gt;&lt;P&gt;Appreciate for quick responses!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 16:53:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250661#M1198973</guid>
      <dc:creator>Madhushree_S</dc:creator>
      <dc:date>2025-04-29T16:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250663#M1198974</link>
      <description>&lt;P&gt;Please keep us posted, interested to know the cause and solution&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 16:56:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3250663#M1198974</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-04-29T16:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3252396#M1199429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/174084"&gt;@Dr Atul G- LNG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Found that we have two BR's restricting the Approver (who clicks on "Request Approval" button) from getting another approval record &amp;amp; also preventing them from "rejecting" &amp;amp; "approving".&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 16:54:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3252396#M1199429</guid>
      <dc:creator>Madhushree_S</dc:creator>
      <dc:date>2025-05-01T16:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Change Approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3252746#M1199472</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/641554"&gt;@Madhushree_S&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if issue has been resolved, please close the thread.&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 06:20:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/change-approvals/m-p/3252746#M1199472</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-05-02T06:20:25Z</dc:date>
    </item>
  </channel>
</rss>

