<?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 Convert small letter to capital letter in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/convert-small-letter-to-capital-letter/m-p/2719699#M506421</link>
    <description>&lt;P&gt;There are two fields last name and name. So when I enter something in last name field. The first letter it needs to be populate in name field.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used below code:&lt;/P&gt;&lt;P&gt;Using onchange&lt;/P&gt;&lt;P&gt;Var name1= g_form.getValue('lastname');&lt;/P&gt;&lt;P&gt;Var f1= name1.charAt(0);&lt;/P&gt;&lt;P&gt;g_form.setValue("name", f1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this code is working fine for autopopulate.&lt;/P&gt;&lt;P&gt;For ex: lastname- Testing&lt;/P&gt;&lt;P&gt;Name-t (small letter)&lt;SPAN&gt;the first letter is in small letter I need capital letter how to add that in this code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2023 12:34:57 GMT</pubDate>
    <dc:creator>User_267</dc:creator>
    <dc:date>2023-11-01T12:34:57Z</dc:date>
    <item>
      <title>Convert small letter to capital letter</title>
      <link>https://www.servicenow.com/community/itsm-forum/convert-small-letter-to-capital-letter/m-p/2719699#M506421</link>
      <description>&lt;P&gt;There are two fields last name and name. So when I enter something in last name field. The first letter it needs to be populate in name field.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used below code:&lt;/P&gt;&lt;P&gt;Using onchange&lt;/P&gt;&lt;P&gt;Var name1= g_form.getValue('lastname');&lt;/P&gt;&lt;P&gt;Var f1= name1.charAt(0);&lt;/P&gt;&lt;P&gt;g_form.setValue("name", f1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this code is working fine for autopopulate.&lt;/P&gt;&lt;P&gt;For ex: lastname- Testing&lt;/P&gt;&lt;P&gt;Name-t (small letter)&lt;SPAN&gt;the first letter is in small letter I need capital letter how to add that in this code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 12:34:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/convert-small-letter-to-capital-letter/m-p/2719699#M506421</guid>
      <dc:creator>User_267</dc:creator>
      <dc:date>2023-11-01T12:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert small letter to capital letter</title>
      <link>https://www.servicenow.com/community/itsm-forum/convert-small-letter-to-capital-letter/m-p/2719707#M506423</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/564078"&gt;@User_267&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;U can make use of this at below line of code&lt;/P&gt;&lt;P&gt;g_form.setValue("name", &lt;STRONG&gt;f1.toUpperCase())&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Danish&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 12:40:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/convert-small-letter-to-capital-letter/m-p/2719707#M506423</guid>
      <dc:creator>Danish Bhairag2</dc:creator>
      <dc:date>2023-11-01T12:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert small letter to capital letter</title>
      <link>https://www.servicenow.com/community/itsm-forum/convert-small-letter-to-capital-letter/m-p/2719710#M506424</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/564078"&gt;@User_267&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use toUpperCase() as shared by Danish&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 12:41:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/convert-small-letter-to-capital-letter/m-p/2719710#M506424</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2023-11-01T12:41:21Z</dc:date>
    </item>
  </channel>
</rss>

