<?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 Does anyone know how to configure the &amp;quot;Set targets&amp;quot; button in Scenario Planning!? in SPM forum</title>
    <link>https://www.servicenow.com/community/spm-forum/does-anyone-know-how-to-configure-the-quot-set-targets-quot/m-p/3495865#M50426</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been given the requirement that only users with the role &lt;STRONG&gt;sn_align_core.apw_admin&lt;/STRONG&gt;, should be able to set targets for Scenarios. Basically, we have a large number of users who user Portfolio Planning, but we want to limit the ability to set Targets only to users with the Strategic Planning admin role.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried through the UI Builder, but can't seem to find the page for "scenario plans", the closest I get is "Compare Scenario" and then get completely stuck.&amp;nbsp;Does anyone know if that button is added through the UI Builder or a Script Include? Could be through a UX Macroponent? Its been getting the better of me&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So back to the question, has anyone had any success in hiding the "Set targets" button from specific roles/groups? I am absolutely stumped!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Set Target Button.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/503320i08AAE0ABE56C8EAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Set Target Button.png" alt="Set Target Button.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Kay&lt;/P&gt;</description>
    <pubDate>Tue, 24 Feb 2026 14:34:28 GMT</pubDate>
    <dc:creator>KhoendibG</dc:creator>
    <dc:date>2026-02-24T14:34:28Z</dc:date>
    <item>
      <title>Does anyone know how to configure the "Set targets" button in Scenario Planning!?</title>
      <link>https://www.servicenow.com/community/spm-forum/does-anyone-know-how-to-configure-the-quot-set-targets-quot/m-p/3495865#M50426</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been given the requirement that only users with the role &lt;STRONG&gt;sn_align_core.apw_admin&lt;/STRONG&gt;, should be able to set targets for Scenarios. Basically, we have a large number of users who user Portfolio Planning, but we want to limit the ability to set Targets only to users with the Strategic Planning admin role.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried through the UI Builder, but can't seem to find the page for "scenario plans", the closest I get is "Compare Scenario" and then get completely stuck.&amp;nbsp;Does anyone know if that button is added through the UI Builder or a Script Include? Could be through a UX Macroponent? Its been getting the better of me&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So back to the question, has anyone had any success in hiding the "Set targets" button from specific roles/groups? I am absolutely stumped!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Set Target Button.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/503320i08AAE0ABE56C8EAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Set Target Button.png" alt="Set Target Button.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Kay&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 14:34:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/does-anyone-know-how-to-configure-the-quot-set-targets-quot/m-p/3495865#M50426</guid>
      <dc:creator>KhoendibG</dc:creator>
      <dc:date>2026-02-24T14:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to configure the "Set targets" button in Scenario Planning!?</title>
      <link>https://www.servicenow.com/community/spm-forum/does-anyone-know-how-to-configure-the-quot-set-targets-quot/m-p/3495959#M50428</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/742830"&gt;@KhoendibG&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The "Set Targets" button is most likely controlled through a UX Macroponent rather than a standard page component. Here are a few things worth trying:&lt;/P&gt;&lt;P&gt;1. Check Declarative Actions first Go to UI Builder and look under Declarative Actions — search for anything related to "Set Targets" or "Scenario." If it's registered there, you can add a role condition for sn_align_core.apw_admin fairly easily.&lt;/P&gt;&lt;P&gt;2. Dig deeper in Compare Scenario page Since you found the Compare Scenario page, expand the component tree on the left panel and look for the Set Targets button component. Check its visibility properties — you may be able to add a role-based condition directly there.&lt;/P&gt;&lt;P&gt;3. Script approach If you find a UX Data Broker tied to the button, you could add a simple role check like gs.hasRole('sn_align_core.apw_admin') to control visibility.&lt;/P&gt;&lt;P&gt;4. Last resort — HI Ticket Honestly if none of the above work, I'd raise a Support ticket. SPM internals can be quite locked down and ServiceNow support may have direct guidance on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps point you in the right direction! Let us know if you crack it&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 16:27:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/does-anyone-know-how-to-configure-the-quot-set-targets-quot/m-p/3495959#M50428</guid>
      <dc:creator>Schaganti</dc:creator>
      <dc:date>2026-02-24T16:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to configure the "Set targets" button in Scenario Planning!?</title>
      <link>https://www.servicenow.com/community/spm-forum/does-anyone-know-how-to-configure-the-quot-set-targets-quot/m-p/3495995#M50430</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/742830"&gt;@KhoendibG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer this links, see if it helps you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.servicenow.com/community/spm-articles/step-by-step-guide-to-configure-alignment-planner-workspace-apw/ta-p/2301430" target="_blank"&gt;https://www.servicenow.com/community/spm-articles/step-by-step-guide-to-configure-alignment-planner-workspace-apw/ta-p/2301430&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 17:13:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/does-anyone-know-how-to-configure-the-quot-set-targets-quot/m-p/3495995#M50430</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-02-24T17:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to configure the "Set targets" button in Scenario Planning!?</title>
      <link>https://www.servicenow.com/community/spm-forum/does-anyone-know-how-to-configure-the-quot-set-targets-quot/m-p/3497897#M50456</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/967384"&gt;@Schaganti&lt;/a&gt;&amp;nbsp;turns it was a UX macroponent - A line needed to be added to the JSON composistion script of the "Financial default" UX Macroponent.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for the suggestions guys!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 14:00:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/does-anyone-know-how-to-configure-the-quot-set-targets-quot/m-p/3497897#M50456</guid>
      <dc:creator>KhoendibG</dc:creator>
      <dc:date>2026-02-26T14:00:08Z</dc:date>
    </item>
  </channel>
</rss>

