<?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: UI Policy with setValue not setting the correct value in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2827769#M1083982</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please read through this doc :&amp;nbsp;&lt;A href="https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/service-catalog-management/concept/c_ServiceCatalogUIPolicy.html" target="_blank"&gt;https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/service-catalog-management/concept/c_ServiceCatalogUIPolicy.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 05:17:22 GMT</pubDate>
    <dc:creator>Community Alums</dc:creator>
    <dc:date>2024-02-15T05:17:22Z</dc:date>
    <item>
      <title>UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2825640#M1083357</link>
      <description>&lt;P&gt;I've got the following UI policy for a catalogue item that is used to update the value of a certain field when the conditions are met:&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="matthew_hughes_0-1707835977829.png" style="width: 610px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/329737iCB62E5927318DE0F/image-dimensions/610x415?v=v2" width="610" height="415" role="button" title="matthew_hughes_0-1707835977829.png" alt="matthew_hughes_0-1707835977829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script of the UI Policy is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matthew_hughes_1-1707836042535.png" style="width: 789px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/329738iC177ED5E9ED002E3/image-dimensions/789x645?v=v2" width="789" height="645" role="button" title="matthew_hughes_1-1707836042535.png" alt="matthew_hughes_1-1707836042535.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, what I'm finding is that if I go onto my catalogue item and trigger the UI Policy, it's not setting the to field to Not Applicable, but Read Only:&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="matthew_hughes_2-1707836126198.png" style="width: 764px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/329739iBC28F280A1D47964/image-dimensions/764x231?v=v2" width="764" height="231" role="button" title="matthew_hughes_2-1707836126198.png" alt="matthew_hughes_2-1707836126198.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So I was just wondering if anyone knows why the text specified in SetValue is not working as it should?&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, 13 Feb 2024 14:56:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2825640#M1083357</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2024-02-13T14:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2825655#M1083361</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Seems like you are using the setValue to the choice field, so make sure you're using the backend value to set the value in the field.&lt;BR /&gt;g_form.setValue('u_toxic.......' , 'not_applicable'); //make sure to write the backend value here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, make sure the UI policy is working. To check please add the alert to confirm and disable the ui policy action&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark helpful if this resolves your query&lt;BR /&gt;Thanks!&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 15:08:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2825655#M1083361</guid>
      <dc:creator>_Gaurav</dc:creator>
      <dc:date>2024-02-13T15:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2825657#M1083363</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the order of the UI Policy and also check the&amp;nbsp;&lt;STRONG&gt;Reverse if false&amp;nbsp;&lt;/STRONG&gt;check box for other UI policies.&lt;/P&gt;&lt;P&gt;Why not do this scripting in client script instead of ui policy?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Sumanth Meda&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Feb 2024 15:02:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2825657#M1083363</guid>
      <dc:creator>Sumanth16</dc:creator>
      <dc:date>2024-02-13T15:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2825665#M1083367</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;It's because, you are using 2 things at the same time, which is a script and "Catalog UI policy actions" simultaneously.&lt;/P&gt;
&lt;P&gt;You need to understand :&lt;/P&gt;
&lt;TABLE id="c_DefineClientScripts__table_d3l_g2l_dcb" class="table frame-all" width="814px"&gt;
&lt;TBODY class="tbody"&gt;
&lt;TR class="row"&gt;
&lt;TD width="195.875px" class="entry colsep-1 rowsep-1"&gt;Execute if true [Advanced view]&lt;/TD&gt;
&lt;TD width="617.458px" class="entry colsep-1 rowsep-1"&gt;A script that executes when the conditions of the UI policy are fulfilled.
&lt;DIV class="p"&gt;
&lt;UL id="c_DefineClientScripts__ul_knc_n2g_lvb" class="ul"&gt;
&lt;LI class="li"&gt;This field is available only if&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph uicontrol"&gt;Run scripts&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is selected.&lt;/LI&gt;
&lt;LI class="li"&gt;This feature is not available outside the scope or in global scope.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR class="row"&gt;
&lt;TD width="195.875px" class="entry colsep-1 rowsep-1"&gt;Execute if false [Advanced view]&lt;/TD&gt;
&lt;TD width="617.458px" class="entry colsep-1 rowsep-1"&gt;A script that executes if the conditions of the UI policy are not fulfilled and the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph uicontrol"&gt;Reverse if false&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;option is selected.
&lt;DIV class="p"&gt;
&lt;UL id="c_DefineClientScripts__ul_zl4_42g_lvb" class="ul"&gt;
&lt;LI class="li"&gt;This field is available only if&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph uicontrol"&gt;Run scripts&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is selected.&lt;/LI&gt;
&lt;LI class="li"&gt;This feature is not available outside the scope or in global scope.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, if you are using the above scripts, and it fulfils your requirement, then don't use "Catalog UI policy actions", make it active false.&lt;/P&gt;
&lt;P&gt;As per you screenshot, the&amp;nbsp;Catalog UI policy actions is working not the script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 15:06:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2825665#M1083367</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2024-02-13T15:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2825748#M1083392</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All experts already answered, i am new to script and I thought the NOT applicable should be replaced by value.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 15:41:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2825748#M1083392</guid>
      <dc:creator>Dr Atul - LNG</dc:creator>
      <dc:date>2024-02-13T15:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826458#M1083583</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Community Alums&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've now made two UI Policies:&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="matthew_hughes_0-1707899154976.png" style="width: 680px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/329892i4BF15CC9D86D07CC/image-dimensions/680x341?v=v2" width="680" height="341" role="button" title="matthew_hughes_0-1707899154976.png" alt="matthew_hughes_0-1707899154976.png" /&gt;&lt;/span&gt;&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="matthew_hughes_1-1707899193823.png" style="width: 672px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/329893i41937DE070B1D494/image-dimensions/672x388?v=v2" width="672" height="388" role="button" title="matthew_hughes_1-1707899193823.png" alt="matthew_hughes_1-1707899193823.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whilst it does make the field Read only when it correctly should, it's not adding the value of 'Not Applicable'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 08:27:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826458#M1083583</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2024-02-14T08:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826460#M1083584</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/243637"&gt;@Sumanth16&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;@Community Alums&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've now made two UI Policies:&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="matthew_hughes_0-1707899154976.png" style="width: 680px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/329892i4BF15CC9D86D07CC/image-dimensions/680x341?v=v2" width="680" height="341" role="button" title="matthew_hughes_0-1707899154976.png" alt="matthew_hughes_0-1707899154976.png" /&gt;&lt;/span&gt;&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="matthew_hughes_1-1707899193823.png" style="width: 672px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/329893i41937DE070B1D494/image-dimensions/672x388?v=v2" width="672" height="388" role="button" title="matthew_hughes_1-1707899193823.png" alt="matthew_hughes_1-1707899193823.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whilst it does make the field Read only when it correctly should, it's not adding the value of 'Not Applicable'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 08:27:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826460#M1083584</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2024-02-14T08:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826462#M1083585</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/263515"&gt;@_Gaurav&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;@Community Alums&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've now made two UI Policies:&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="matthew_hughes_0-1707899154976.png" style="width: 680px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/329892i4BF15CC9D86D07CC/image-dimensions/680x341?v=v2" width="680" height="341" role="button" title="matthew_hughes_0-1707899154976.png" alt="matthew_hughes_0-1707899154976.png" /&gt;&lt;/span&gt;&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="matthew_hughes_1-1707899193823.png" style="width: 672px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/329893i41937DE070B1D494/image-dimensions/672x388?v=v2" width="672" height="388" role="button" title="matthew_hughes_1-1707899193823.png" alt="matthew_hughes_1-1707899193823.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whilst it does make the field Read only when it correctly should, it's not adding the value of 'Not Applicable'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 08:28:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826462#M1083585</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2024-02-14T08:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826470#M1083588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;u_toxic field is a choice field, so why don't you add the choice question under the field itself and try to set the value from the UI Policies?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 08:32:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826470#M1083588</guid>
      <dc:creator>_Gaurav</dc:creator>
      <dc:date>2024-02-14T08:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826476#M1083592</link>
      <description>&lt;P&gt;I've added the choice back in, but when I don't want it to appear, it's started appearing:&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="matthew_hughes_0-1707899855523.png" style="width: 546px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/329898iAF9AC7EF8E9158DD/image-dimensions/546x306?v=v2" width="546" height="306" role="button" title="matthew_hughes_0-1707899855523.png" alt="matthew_hughes_0-1707899855523.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't want it to show in this scenario&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 08:42:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826476#M1083592</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2024-02-14T08:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826479#M1083594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sulotion:1 Please try to make a change UI Policy Run order if you using 2 UI Policy same at a time.&lt;/P&gt;&lt;P&gt;Sulotion:2 Try with On change Client script in same approach what you have done in UI Policy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Please hit the Thumb Icon and mark as Correct !!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 08:40:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2826479#M1083594</guid>
      <dc:creator>Service_RNow</dc:creator>
      <dc:date>2024-02-14T08:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: UI Policy with setValue not setting the correct value</title>
      <link>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2827769#M1083982</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please read through this doc :&amp;nbsp;&lt;A href="https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/service-catalog-management/concept/c_ServiceCatalogUIPolicy.html" target="_blank"&gt;https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/service-catalog-management/concept/c_ServiceCatalogUIPolicy.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 05:17:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/ui-policy-with-setvalue-not-setting-the-correct-value/m-p/2827769#M1083982</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2024-02-15T05:17:22Z</dc:date>
    </item>
  </channel>
</rss>

