<?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: Source Request UI Action in Procurement in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795716#M367495</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a difference in the condition:&lt;/P&gt;
&lt;P&gt;For Onclick "openPopUp()" :&amp;nbsp;current.parent.sys_class_name == "sc_request" &amp;amp;&amp;amp; !current.parent.sourced &amp;amp;&amp;amp; !current.isNewRecord() &amp;amp;&amp;amp; &lt;STRONG&gt;(gs.getSession().getProperty('user_agent_browser') == 'ie' &amp;amp;&amp;amp; gs.getSession().getProperty('user_agent_version') &amp;lt; 10)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For onclick "openSourceRequestPage()" :&amp;nbsp;current.parent.sys_class_name == "sc_request" &amp;amp;&amp;amp; !current.parent.sourced &amp;amp;&amp;amp; !current.isNewRecord() &amp;amp;&amp;amp;&lt;STRONG&gt; !(gs.getSession().getProperty('user_agent_browser') == 'ie' &amp;amp;&amp;amp; gs.getSession().getProperty('user_agent_version') &amp;lt; 10)//! has been given in the condition&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Condition for sourceable field to be true is when the catalog item related to the current request contains model then the "Sourceable" field be checked. Please find the below BR for reference:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can request be sourced&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know for any queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ram M&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2018 08:56:27 GMT</pubDate>
    <dc:creator>rammohanraomadd</dc:creator>
    <dc:date>2018-05-11T08:56:27Z</dc:date>
    <item>
      <title>Source Request UI Action in Procurement</title>
      <link>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795715#M367494</link>
      <description>&lt;P&gt;I installed the "Procurement" plugin in our ServiceNow instance and was trying to understand the overall flow. I came across two UI action named "Source Request" which are of same name and the conditions provided for both the cases are same. Can anyone please help why two UI actions are there OOTB with same name? Also what is the condition for the "sourceable" field to become true?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&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/92043iC69CE59CA59DD8EE/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;P&gt;&amp;nbsp;&lt;/P&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/92042i8010196711BE525D/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;P&gt;Any leads would be of great help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 06:37:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795715#M367494</guid>
      <dc:creator>Rajarshi1</dc:creator>
      <dc:date>2018-05-11T06:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Source Request UI Action in Procurement</title>
      <link>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795716#M367495</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a difference in the condition:&lt;/P&gt;
&lt;P&gt;For Onclick "openPopUp()" :&amp;nbsp;current.parent.sys_class_name == "sc_request" &amp;amp;&amp;amp; !current.parent.sourced &amp;amp;&amp;amp; !current.isNewRecord() &amp;amp;&amp;amp; &lt;STRONG&gt;(gs.getSession().getProperty('user_agent_browser') == 'ie' &amp;amp;&amp;amp; gs.getSession().getProperty('user_agent_version') &amp;lt; 10)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For onclick "openSourceRequestPage()" :&amp;nbsp;current.parent.sys_class_name == "sc_request" &amp;amp;&amp;amp; !current.parent.sourced &amp;amp;&amp;amp; !current.isNewRecord() &amp;amp;&amp;amp;&lt;STRONG&gt; !(gs.getSession().getProperty('user_agent_browser') == 'ie' &amp;amp;&amp;amp; gs.getSession().getProperty('user_agent_version') &amp;lt; 10)//! has been given in the condition&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Condition for sourceable field to be true is when the catalog item related to the current request contains model then the "Sourceable" field be checked. Please find the below BR for reference:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can request be sourced&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know for any queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ram M&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 08:56:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795716#M367495</guid>
      <dc:creator>rammohanraomadd</dc:creator>
      <dc:date>2018-05-11T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Source Request UI Action in Procurement</title>
      <link>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795717#M367496</link>
      <description>&lt;P&gt;Hi Ram,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the input.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I understood based on what conditions sourceable field is getting checked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it will of great help if you kindly elaborate the difference between the conditions of the ui action mentioned above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 09:16:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795717#M367496</guid>
      <dc:creator>Rajarshi1</dc:creator>
      <dc:date>2018-05-11T09:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Source Request UI Action in Procurement</title>
      <link>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795718#M367497</link>
      <description>&lt;P&gt;Hi Rajarshi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the below statements:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For openPopUp() below conditions to be matched&lt;/P&gt;
&lt;P&gt;1. Parent Field to be updated with Request (sc_request)&lt;BR /&gt;2. Sourced Field on Request Table should be false&lt;BR /&gt;3. It should not be a new record&lt;BR /&gt;4. Browser is IE&lt;BR /&gt;5. Browser Version should be below IE10&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For openSourceRequestPage() below conditions to be matched&lt;/P&gt;
&lt;P&gt;1. Parent Field to be updated with Request (sc_request)&lt;BR /&gt;2. Sourced Field on Request Table should be false&lt;BR /&gt;3. It should not be a new record&lt;BR /&gt;4&amp;amp;5. Browser should be other than IE or if the browser is IE then the IE Version should be above IE9&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ram M&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>Fri, 11 May 2018 09:39:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795718#M367497</guid>
      <dc:creator>rammohanraomadd</dc:creator>
      <dc:date>2018-05-11T09:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Source Request UI Action in Procurement</title>
      <link>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795719#M367498</link>
      <description>&lt;P&gt;Hi Ram,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is indeed of great help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you also help me to understand the difference between $source_request and source_request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 09:58:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795719#M367498</guid>
      <dc:creator>Rajarshi1</dc:creator>
      <dc:date>2018-05-11T09:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Source Request UI Action in Procurement</title>
      <link>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795720#M367499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems functionality wise similar to submit "Transfer Order" or "Purchase Order" for the task. But only the UI Part was differ for those.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ram M&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 10:25:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/source-request-ui-action-in-procurement/m-p/795720#M367499</guid>
      <dc:creator>rammohanraomadd</dc:creator>
      <dc:date>2018-05-11T10:25:00Z</dc:date>
    </item>
  </channel>
</rss>

