<?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 Add Dynamic single line text variable in Service Portal in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633880#M290806</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;Can some one please give an solution for my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a single line variable.My requirement is need to add multiple data in to that field.It's not reference field so I cannot use glide_list.&lt;/P&gt;&lt;P&gt;They don't need it as comma separated also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we achieve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saranya&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2016 09:23:32 GMT</pubDate>
    <dc:creator>salu</dc:creator>
    <dc:date>2016-12-06T09:23:32Z</dc:date>
    <item>
      <title>Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633880#M290806</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;Can some one please give an solution for my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a single line variable.My requirement is need to add multiple data in to that field.It's not reference field so I cannot use glide_list.&lt;/P&gt;&lt;P&gt;They don't need it as comma separated also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we achieve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saranya&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 09:23:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633880#M290806</guid>
      <dc:creator>salu</dc:creator>
      <dc:date>2016-12-06T09:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633881#M290807</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Saranya&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;For your text field, you can use an onLoad client script to set the width in pixels. &amp;nbsp; Adjust the number as needed.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt; g_form.getControl('variable_name_of_text_field').style.width = '200px'; //Set the width of a field&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;Please go through bellow link'&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;&lt;A href="http://wiki.servicenow.com/index.php?title=Variable_Types#Multi_Line_Text&amp;amp;gsc.tab=0" title="http://wiki.servicenow.com/index.php?title=Variable_Types#Multi_Line_Text&amp;amp;gsc.tab=0"&gt;http://wiki.servicenow.com/index.php?title=Variable_Types#Multi_Line_Text&amp;amp;gsc.tab=0&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;Haseena.&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PS: Hit like, Helpful or Correct depending on the impact of the response&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2016 09:38:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633881#M290807</guid>
      <dc:creator>haseena ayesha</dc:creator>
      <dc:date>2016-12-06T09:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633882#M290808</link>
      <description>&lt;P&gt;Hello Haseena,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Please not its on Service portal&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;There get control won't work at all,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Also I want to have 'add'option to take muliple values&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Saranya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2016 10:01:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633882#M290808</guid>
      <dc:creator>salu</dc:creator>
      <dc:date>2016-12-06T10:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633883#M290809</link>
      <description>&lt;P&gt;Could you let me know where are you creating this if it is in widget then you can create a textarea or increase the width in HTML template.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2016 10:27:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633883#M290809</guid>
      <dc:creator>Inactive_Us1474</dc:creator>
      <dc:date>2016-12-06T10:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633884#M290810</link>
      <description>&lt;P&gt;Hello Akhil,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In the catalog item I have a field line BDC SKU number as a single line text.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;My requirement is to add multiple SKU number to the incident record.Do you have any solution for this?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Saranya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2016 10:33:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633884#M290810</guid>
      <dc:creator>salu</dc:creator>
      <dc:date>2016-12-06T10:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633885#M290811</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Try the Table Variable Widget on share: &lt;A href="https://share.servicenow.com/app.do#/detailV2/17afa474db71260010c37ecfbf96193b/overview" title="https://share.servicenow.com/app.do#/detailV2/17afa474db71260010c37ecfbf96193b/overview"&gt;ServiceNow Share&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2016 11:44:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633885#M290811</guid>
      <dc:creator>larstange</dc:creator>
      <dc:date>2016-12-06T11:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633886#M290812</link>
      <description>&lt;P&gt;Hello Lars,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can you please provide the information here.I don't have hi credential to login in this &amp;nbsp; service now share?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Saranya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Dec 2016 10:11:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633886#M290812</guid>
      <dc:creator>salu</dc:creator>
      <dc:date>2016-12-08T10:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633887#M290813</link>
      <description>&lt;P&gt;Info from Share (i have attached the files as well):&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;With this update set I have setup a widget that you can apply to a catalog variable to create a dynamic input table of information. This widget gives flexibly in setting the title, columns and structure of the table to input data. This table can be made to limit the number of rows or allow for the user to create an endless number of rows to input their data. In short, this gives you the ability to create a spreadsheet type of variable for users to input their data.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;When the request is submitted the table data is written into an HTML variable for display on request items along with a JSON variable that can be used for processing the raw data. I set this up so that you can use the widget both for display of the variable table but also edit the definition when you are logged on as an administrator.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Dec 2016 12:36:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633887#M290813</guid>
      <dc:creator>larstange</dc:creator>
      <dc:date>2016-12-08T12:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633888#M290814</link>
      <description>&lt;P&gt;Hello Lars,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You are awesome..It was a perfect solution and really helpful and it saved a lot of time.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have one doubt here,How can I pass the data which they created dynamically in the variable to transfer in the incident?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Saranya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2016 04:43:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633888#M290814</guid>
      <dc:creator>salu</dc:creator>
      <dc:date>2016-12-12T04:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633889#M290815</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have never used it my self, so I am just quoting the documentation&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You map the output of the table to two variables. One containing and rendered HTML and the other the content in json.&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/187750i4AC0726D702B9008/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;If you use this functionality in a record producer, you need add logic to your processing script and map the JSON to the incident.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Alternatively you can simply map the "html_output" to the work_notes field. Then the HTML version of the table should be shown in the activity stream. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2016 06:43:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633889#M290815</guid>
      <dc:creator>larstange</dc:creator>
      <dc:date>2016-12-12T06:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633890#M290816</link>
      <description>&lt;P&gt;Hello Lars,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I tried to map the html_output to work_notes field,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;But its now no luck &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_emote jive_macro" data-renderedposition="50_130_16_16" src="https://www.servicenow.com/8.0.4.21bdc7e/images/emoticons/sad.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/187754i160D2C724335AFFD/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>Mon, 12 Dec 2016 07:44:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633890#M290816</guid>
      <dc:creator>salu</dc:creator>
      <dc:date>2016-12-12T07:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633891#M290817</link>
      <description>&lt;P&gt;You probably need to wrap the html in a [code] tag - see &lt;A title="Change Additional Comments and Work Notes to HTML?" __default_attr="796926" __jive_macro_name="message" class="jive_macro jive_macro_message" data-orig-content="Change Additional Comments and Work Notes to HTML?" data-renderedposition="10.40000057220459_358.4750061035156_374_16" href="https://www.servicenow.com/community?id=community_question&amp;amp;sys_id=785e4feddb9cdbc01dcaf3231f96193e"&gt;Change Additional Comments and Work Notes to HTML?&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;and &lt;A href="http://wiki.servicenow.com/?title=Using_Journal_Fields#Using_CODE_Tags_to_Render_HTML_in_a_Journal_Field" title="http://wiki.servicenow.com/?title=Using_Journal_Fields#Using_CODE_Tags_to_Render_HTML_in_a_Journal_Field"&gt;http://wiki.servicenow.com/?title=Using_Journal_Fields#Using_CODE_Tags_to_Render_HTML_in_a_Journal_Field&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2016 07:47:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633891#M290817</guid>
      <dc:creator>larstange</dc:creator>
      <dc:date>2016-12-12T07:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633892#M290818</link>
      <description>&lt;P&gt;I have used the below code and its still not working&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;current.work_notes = ("[code]" + producer.html_output + "[/code]" );&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/187751i4AFDDAEDB0FF273F/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>Mon, 12 Dec 2016 08:42:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633892#M290818</guid>
      <dc:creator>salu</dc:creator>
      <dc:date>2016-12-12T08:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633893#M290819</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Its looking fine HTML wise - the "undefined" is comming from the widget - I don't know if you haven't set it up correctly - can't help you with that&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2016 08:46:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633893#M290819</guid>
      <dc:creator>larstange</dc:creator>
      <dc:date>2016-12-12T08:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633894#M290820</link>
      <description>&lt;P&gt;Hello Lars,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It worked &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_emote jive_macro" data-renderedposition="71_70_16_16" src="https://www.servicenow.com/8.0.4.21bdc7e/images/emoticons/happy.png"&gt;&lt;/SPAN&gt;.I entered the maximum values 10 and entering more than thar. That'y it didn't took the value.&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;Thank you very much for the help on this.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2016 08:52:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633894#M290820</guid>
      <dc:creator>salu</dc:creator>
      <dc:date>2016-12-12T08:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633895#M290821</link>
      <description>&lt;P&gt;Hello Lars,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Really sorry for asking the question again.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I want to map this variable via script include or BR. &amp;nbsp; producer(c&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;urrent.work_notes = ("[code]" + producer.html_output + "[/code]" );&lt;/SPAN&gt;) won't work there.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I tried below code in the script include didn't work&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var html_output=this.getParameter('sysparm_html_output');&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var inc= new GlideRecord('incident');&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; inc.initialize();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;inc.work_notes=html_output;&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;I tried below code &amp;nbsp; in the before insert business rule it also didn't worked&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;current.work_notes = ("[code]" + current.html_output + "[/code]" );&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Dec 2016 06:36:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633895#M290821</guid>
      <dc:creator>salu</dc:creator>
      <dc:date>2016-12-13T06:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633896#M290822</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You only have access the the variable within the record producer. After the incident is created you wont have access to it any more if you have not mapped it to a field in the incident.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can you explain to me the business logic you are trying to implement?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Dec 2016 08:27:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633896#M290822</guid>
      <dc:creator>larstange</dc:creator>
      <dc:date>2016-12-13T08:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633897#M290823</link>
      <description>&lt;P&gt;Hello Lars,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In the Service portal,am not using the OOB submit and created another submit and calling a script include creating incident...am not able to map the variable within the record producer.I want to map via business rule or by script include..&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I am looking solution for this.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;saranya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Dec 2016 09:02:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633897#M290823</guid>
      <dc:creator>salu</dc:creator>
      <dc:date>2016-12-13T09:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633898#M290824</link>
      <description>&lt;P&gt;Why do you not want to use the OOB submit function?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Dec 2016 09:07:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633898#M290824</guid>
      <dc:creator>larstange</dc:creator>
      <dc:date>2016-12-13T09:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add Dynamic single line text variable in Service Portal</title>
      <link>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633899#M290825</link>
      <description>&lt;P&gt;Hello Lars,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have two type of incidents.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;First call resolution Incident&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Working Incident.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For FCR Incident when user select the option it will get resolved in the backed and working incident am OOB submit button.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;On my custom submit button am calling a script include and get it resolved.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Saranya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Dec 2016 10:10:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-dynamic-single-line-text-variable-in-service-portal/m-p/1633899#M290825</guid>
      <dc:creator>salu</dc:creator>
      <dc:date>2016-12-13T10:10:04Z</dc:date>
    </item>
  </channel>
</rss>

