<?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: Adding Service and Service Offering to Record Producer in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/adding-service-and-service-offering-to-record-producer/m-p/597342#M169121</link>
    <description>&lt;P&gt;If I'm understanding right, you'd like to add something like a Lookup Select Box or Reference for Service as well as another Lookup Select Box or Reference for Service Offering dependent on Service on the Incident Record Producer, and map those values to both a Service Reference field and a Service Offering Reference field on the Incident form, correct?&lt;/P&gt;
&lt;P&gt;Whichever you choose will depend on the user experience you want.&amp;nbsp; In my experience, I would make Service Offering read only until Service has been selected, as you don't want to try to code for when users want to select the Service Offering first, then try to limit Service based on the Service Offering selection. Also setting reference qualifiers for Reference is easier IMO than Lookup Select Box, but it can be done.&amp;nbsp; Here's another article detailing on how to use reference qualifiers on Lookup Select Box:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=ec1559a4db2c2f488e7c2926ca961936" target="_blank"&gt;https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=ec1559a4db2c2f488e7c2926ca961936&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2020 12:49:29 GMT</pubDate>
    <dc:creator>Ashley Snyder1</dc:creator>
    <dc:date>2020-10-21T12:49:29Z</dc:date>
    <item>
      <title>Adding Service and Service Offering to Record Producer</title>
      <link>https://www.servicenow.com/community/itsm-forum/adding-service-and-service-offering-to-record-producer/m-p/597341#M169120</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'd like to add the Service and Service Offering fields to an Incident Record Producer form, along with the same dependency functionality you get in the Create Incident form. Can anyone provide assistance with this?&lt;/P&gt;
&lt;P&gt;To clarify, these two fields work on a dependency. So if you select Email as the Service, only Email related Service Offerings will be listed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;BR /&gt;James.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 12:40:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/adding-service-and-service-offering-to-record-producer/m-p/597341#M169120</guid>
      <dc:creator>J_57</dc:creator>
      <dc:date>2020-10-21T12:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Service and Service Offering to Record Producer</title>
      <link>https://www.servicenow.com/community/itsm-forum/adding-service-and-service-offering-to-record-producer/m-p/597342#M169121</link>
      <description>&lt;P&gt;If I'm understanding right, you'd like to add something like a Lookup Select Box or Reference for Service as well as another Lookup Select Box or Reference for Service Offering dependent on Service on the Incident Record Producer, and map those values to both a Service Reference field and a Service Offering Reference field on the Incident form, correct?&lt;/P&gt;
&lt;P&gt;Whichever you choose will depend on the user experience you want.&amp;nbsp; In my experience, I would make Service Offering read only until Service has been selected, as you don't want to try to code for when users want to select the Service Offering first, then try to limit Service based on the Service Offering selection. Also setting reference qualifiers for Reference is easier IMO than Lookup Select Box, but it can be done.&amp;nbsp; Here's another article detailing on how to use reference qualifiers on Lookup Select Box:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=ec1559a4db2c2f488e7c2926ca961936" target="_blank"&gt;https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=ec1559a4db2c2f488e7c2926ca961936&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 12:49:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/adding-service-and-service-offering-to-record-producer/m-p/597342#M169121</guid>
      <dc:creator>Ashley Snyder1</dc:creator>
      <dc:date>2020-10-21T12:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Service and Service Offering to Record Producer</title>
      <link>https://www.servicenow.com/community/itsm-forum/adding-service-and-service-offering-to-record-producer/m-p/597343#M169122</link>
      <description>&lt;P&gt;Ashley; thank you for your assistance. I've now achieved the desired result using References as you recommended.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For anyone else, this is how it’s working.&lt;/P&gt;
&lt;P&gt;Two variables added to the form. Field names are business_service and service_offering&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/36624i4D100793E6214FCE/image-size/large?v=v2&amp;amp;px=999" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Service &lt;/STRONG&gt;&lt;EM&gt;(or business service)&lt;/EM&gt; configured as a reference to &lt;STRONG&gt;cmdb_ci_service&lt;/STRONG&gt; with a Reference qualifier condition to show only those without a parent. (&lt;EM&gt;Works for me but you may want additional qualifiers&lt;/EM&gt;).&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/36626i569042935AD76E10/image-size/large?v=v2&amp;amp;px=999" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Service Offering&lt;/STRONG&gt;&amp;nbsp;(&lt;EM&gt;or service_offering&lt;/EM&gt;) configured as a reference to &lt;STRONG&gt;service_offering &lt;/STRONG&gt;with an advanced reference qualifier of;&lt;/LI&gt;&lt;/OL&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;Javascript:”parent=” + current.variable.business_service
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This way, the Service Offering cannot populate until a Service has been selected.&lt;/P&gt;
&lt;P&gt;Further improvements welcome.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 13:54:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/adding-service-and-service-offering-to-record-producer/m-p/597343#M169122</guid>
      <dc:creator>J_57</dc:creator>
      <dc:date>2020-10-21T13:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Service and Service Offering to Record Producer</title>
      <link>https://www.servicenow.com/community/itsm-forum/adding-service-and-service-offering-to-record-producer/m-p/597344#M169123</link>
      <description>&lt;P&gt;Hi J,&lt;/P&gt;
&lt;P&gt;Neat solution by the way.&lt;/P&gt;
&lt;P&gt;We have an Incident Record Producer similar to this - ours though doesn't have Service on it, just Service Offering and Description fields.&amp;nbsp; We present ours on our Service Portal for our end users (who have no roles in the system).&lt;/P&gt;
&lt;P&gt;What we've found is that ours has stopped working for our end users since we upgraded from Madrid to Orlando. The Service Offering reference field just shows "No matches found".&lt;/P&gt;
&lt;P&gt;I understand this to be because New York introduced 2 new ACLs on service_offering.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hi.service-now.com/kb_view.do?sysparm_article=KB0812570"&gt;After upgrading to New York the Service Offering field is missing for non-admin users - Support and Troubleshooting (service-now.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The link above actually mentions the Service Offering field going missing for non-admins on the task table - not exactly our issue but it details the ACLs that are causing our problem.&lt;/P&gt;
&lt;P&gt;If we inactivate these 2 ACLs everything works again.&amp;nbsp; I'm curious... did you also experience this issue, and if so, how did you work around it?&amp;nbsp; Or, are all your users holding a required role (catalog_admin, service_viewer, or cmdb_read)?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 15:36:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/adding-service-and-service-offering-to-record-producer/m-p/597344#M169123</guid>
      <dc:creator>MarkH1033060920</dc:creator>
      <dc:date>2020-12-02T15:36:09Z</dc:date>
    </item>
  </channel>
</rss>

