<?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 Client Script to set the value in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559025#M215951</link>
    <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will anyone help me come up with a client script that will copy the value of a subcategory to the Configuration Item field? &amp;nbsp; I can't write javascript and am in a hurry &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_emote jive_macro" data-renderedposition="113_254.0625_16_16" src="https://www.servicenow.com/8.0.4.21bdc7e/images/emoticons/sad.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe it it should be "on change" type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incident table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;psuedo script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If "subcategory" changes to "anything", set &amp;nbsp; "Configuration Item" to same as "subcategory"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will copying the display name into that reference field work if they are the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, I have a reporting issue with the way I've enhanced the form and think this may be the quickest fix Until we figure out how to fix the data issue we've created &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I had this script I could remove several ui policies and actions which are becoming confusing and sort of have me cornered at the moment. &amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let let me know if you can help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your time and assistance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &amp;nbsp; Carl &lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2017 00:37:36 GMT</pubDate>
    <dc:creator>carlh</dc:creator>
    <dc:date>2017-08-02T00:37:36Z</dc:date>
    <item>
      <title>Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559025#M215951</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will anyone help me come up with a client script that will copy the value of a subcategory to the Configuration Item field? &amp;nbsp; I can't write javascript and am in a hurry &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_emote jive_macro" data-renderedposition="113_254.0625_16_16" src="https://www.servicenow.com/8.0.4.21bdc7e/images/emoticons/sad.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe it it should be "on change" type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incident table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;psuedo script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If "subcategory" changes to "anything", set &amp;nbsp; "Configuration Item" to same as "subcategory"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will copying the display name into that reference field work if they are the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, I have a reporting issue with the way I've enhanced the form and think this may be the quickest fix Until we figure out how to fix the data issue we've created &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I had this script I could remove several ui policies and actions which are becoming confusing and sort of have me cornered at the moment. &amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let let me know if you can help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your time and assistance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &amp;nbsp; Carl &lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 00:37:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559025#M215951</guid>
      <dc:creator>carlh</dc:creator>
      <dc:date>2017-08-02T00:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559026#M215952</link>
      <description>&lt;P&gt;Assuming 'Subcategory' is a Reference Field to the CMDB table, and the field you want to populate is called 'u_ci_field'&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;On Change - Subcategory Field&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15016345863416480 jive_text_macro" data-renderedposition="91.20000457763672_8_1192_16" jivemacro_uid="_15016345863416480"&gt;&lt;P&gt;g_form.setValue('u_ci_field',newValue);&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Aug 2017 00:42:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559026#M215952</guid>
      <dc:creator>paulmorris</dc:creator>
      <dc:date>2017-08-02T00:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559027#M215953</link>
      <description>&lt;P&gt;hi Carl,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You should write an onchange client script with similar code as below&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var sub = g_form.getValue('subcategory');&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;g_form.setValue('cmdb_ci',sub);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Let me know if you need further assistance. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;~Raghu.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 00:52:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559027#M215953</guid>
      <dc:creator>Raghu Loganatha</dc:creator>
      <dc:date>2017-08-02T00:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559028#M215954</link>
      <description>&lt;P&gt;Thanks Paul. &amp;nbsp; The subcategory field is just a choice field. &amp;nbsp; &amp;nbsp; So the value is just the display name and not the sys_id.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;that was my concern when asking if having the choice match the display name would work &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 00:53:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559028#M215954</guid>
      <dc:creator>carlh</dc:creator>
      <dc:date>2017-08-02T00:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559029#M215955</link>
      <description>&lt;P&gt;Carl, &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;So do you have same sub category as existing configuration item as well ?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;~Raghu.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 00:56:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559029#M215955</guid>
      <dc:creator>Raghu Loganatha</dc:creator>
      <dc:date>2017-08-02T00:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559030#M215956</link>
      <description>&lt;P&gt;Hi Raghu and thanks for replying.   Any chance you'd provide the full script you would use so I can paste and try it?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Get Outlook for iOS&amp;lt;https://aka.ms/o0ukef&amp;gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 00:56:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559030#M215956</guid>
      <dc:creator>carlh</dc:creator>
      <dc:date>2017-08-02T00:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559031#M215957</link>
      <description>&lt;P&gt;Yes.  I'm planning on using the out of box field "subcategory" and the out of box "configuration item".&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The values in the subcategory choices are the same as the display names on the cmdb_ci business services so they'll always match that way.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Currently, I have different cmdb_ci reference fields for a few categories and it's caused a lot of mess so I'm trying to clean it up and I think this may do the trick.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Get Outlook for iOS&amp;lt;https://aka.ms/o0ukef&amp;gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 01:02:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559031#M215957</guid>
      <dc:creator>carlh</dc:creator>
      <dc:date>2017-08-02T01:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559032#M215958</link>
      <description>&lt;P&gt;carl, &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You have mentioned that the subcateory is a choice list type. Can you check if its referencing the values from some table or its just a choice list ?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;~Raghu.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 01:02:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559032#M215958</guid>
      <dc:creator>Raghu Loganatha</dc:creator>
      <dc:date>2017-08-02T01:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559033#M215959</link>
      <description>&lt;P&gt;This is just a choice field on incident .  Not referencing another table.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Get Outlook for iOS&amp;lt;https://aka.ms/o0ukef&amp;gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 01:05:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559033#M215959</guid>
      <dc:creator>carlh</dc:creator>
      <dc:date>2017-08-02T01:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559034#M215960</link>
      <description>&lt;P&gt;Carl, &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If sub-category is a choice field and configuration item is a reference field. You cannot map these two as the values in both of these fields wont match. However, i can see of on possibility here that is if you have the sub-category in the configuration item table then we can write a script to find matching name and then update it on cmdb_ci field.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;~Raghu.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 01:07:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559034#M215960</guid>
      <dc:creator>Raghu Loganatha</dc:creator>
      <dc:date>2017-08-02T01:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559035#M215961</link>
      <description>&lt;P&gt;That makes sense To me but id have no way to do it myself&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;so you're saying&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;on change,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;query cmdb_ci table and if incident.subcategory = cmdb_ci.Display name &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;set the value of cmdb_ci field to the sys_id of the record that matches in cmdb_ci?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 01:14:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559035#M215961</guid>
      <dc:creator>carlh</dc:creator>
      <dc:date>2017-08-02T01:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559036#M215962</link>
      <description>&lt;P&gt;Carl, &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You understood that correct.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;BR /&gt;~Raghu.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 01:23:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559036#M215962</guid>
      <dc:creator>Raghu Loganatha</dc:creator>
      <dc:date>2017-08-02T01:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559037#M215963</link>
      <description>&lt;P&gt;Cool!   Any way you'd provide that script?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Get Outlook for iOS&amp;lt;https://aka.ms/o0ukef&amp;gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 01:29:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559037#M215963</guid>
      <dc:creator>carlh</dc:creator>
      <dc:date>2017-08-02T01:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559038#M215964</link>
      <description>&lt;P&gt;Carl, &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This is not a recommended method by ServiceNow but i am giving you the script only to over come the issue right now. Would strongly suggest workarounds. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Make sure you are adding the right field names and use alert conditions if you want to debug.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var sub = g_form.getDisplayValue('subcategory');&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var sys;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var ci = new GlideRecord('cmdb_ci');&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;ci.addQuery('name',sub);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;ci.query();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;while(ci.next())&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;{&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;sys = ci.sys_id;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;g_form.setValue('cmdb_ci',sys);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;*This will work only when you have a condiguration item with the same display name as of subcategory.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Let me know how it goes and mark Helpful or Answered and make help improve community experience.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;~Raghu.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 01:47:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559038#M215964</guid>
      <dc:creator>Raghu Loganatha</dc:creator>
      <dc:date>2017-08-02T01:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559039#M215965</link>
      <description>&lt;P&gt;Thank you for this.  I'm curious why this would not be recommended.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Is there a better way?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Get Outlook for iOS&amp;lt;https://aka.ms/o0ukef&amp;gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 02:14:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559039#M215965</guid>
      <dc:creator>carlh</dc:creator>
      <dc:date>2017-08-02T02:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559040#M215966</link>
      <description>&lt;P&gt;Carl,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I am not sure about that. Did that work ?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;BR /&gt;~Raghu.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 02:15:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559040#M215966</guid>
      <dc:creator>Raghu Loganatha</dc:creator>
      <dc:date>2017-08-02T02:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559041#M215967</link>
      <description>&lt;P&gt;this did not work...I created the "onchange" script using the script provided. &amp;nbsp; the fields look to be correct 'subcategory' and 'cmdb_ci' &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I opened a new incident, set the category to applications, then I set the subcategory to "ReportingServices" which is a "business service" we use often.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&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/184500i9C896688EE166F3B/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;&lt;P&gt;&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/184504iAA6B8FF9F2723973/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>Wed, 02 Aug 2017 02:43:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559041#M215967</guid>
      <dc:creator>carlh</dc:creator>
      <dc:date>2017-08-02T02:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559042#M215968</link>
      <description>&lt;P&gt;add this and check if you see the alerts on the form when you change subcategory.&lt;BR /&gt; line 8: &amp;nbsp; alert(sub);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;line 16: alert(sys);&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 02:48:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559042#M215968</guid>
      <dc:creator>Raghu Loganatha</dc:creator>
      <dc:date>2017-08-02T02:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559043#M215969</link>
      <description>&lt;P&gt;Here's the Business Service I'm selecting from that choice list that matches &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Alerts Appeared but no value set&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/184522i990C99189BFCC094/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;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/184530iF1EC11228205686E/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;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/184498i44580E2E58CE756B/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>Wed, 02 Aug 2017 03:02:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559043#M215969</guid>
      <dc:creator>carlh</dc:creator>
      <dc:date>2017-08-02T03:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Client Script to set the value</title>
      <link>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559044#M215970</link>
      <description>&lt;P&gt;first alert failed for some reason, cant you double check the field name?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2017 03:42:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/client-script-to-set-the-value/m-p/1559044#M215970</guid>
      <dc:creator>Raghu Loganatha</dc:creator>
      <dc:date>2017-08-02T03:42:37Z</dc:date>
    </item>
  </channel>
</rss>

