<?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: Create REQ [sc_request], RITM [sc_req_item] and SCTASK [sc_task] via inbound email action in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933473#M590399</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you please guide step by step. I am facing issue in creating one.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2020 18:05:44 GMT</pubDate>
    <dc:creator>kjain</dc:creator>
    <dc:date>2020-08-13T18:05:44Z</dc:date>
    <item>
      <title>Create REQ [sc_request], RITM [sc_req_item] and SCTASK [sc_task] via inbound email action</title>
      <link>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933466#M590392</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;Can someone point me on the right direction on how to create a Service Request using inbound action? Here are the requirements.&lt;/P&gt;
&lt;P&gt;- All emails sent to example@domain.com will create REQ, RITM and SCTASK automatically.&lt;BR /&gt;- Information for Request:&lt;/P&gt;
&lt;UL&gt;&lt;LI&gt;Requested for is From (email)&lt;/LI&gt;&lt;LI&gt;Short Description is Subject (email)&lt;/LI&gt;&lt;LI&gt;Description is Email Body&lt;/LI&gt;&lt;LI&gt;Opened by is From (email)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;- Information for RITM:&lt;/P&gt;
&lt;UL&gt;&lt;LI&gt;Request is Request generated from above.&lt;/LI&gt;&lt;LI&gt;Requested for is From (email)&lt;/LI&gt;&lt;LI&gt;Opened by is From (email)&lt;/LI&gt;&lt;LI&gt;State is Open&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;- Information for SCTASK:&lt;/P&gt;
&lt;UL&gt;&lt;LI&gt;Request Item is the Request Item generated from above&lt;/LI&gt;&lt;LI&gt;Requested for is From (email)&lt;/LI&gt;&lt;LI&gt;Assignment Group is Info Security&lt;/LI&gt;&lt;LI&gt;Short Description is Subject (email)&lt;/LI&gt;&lt;LI&gt;Description is Email Body&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;But before SCTASK will be created an approval workflow should be initiated.&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;BR /&gt;Diane&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 14:23:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933466#M590392</guid>
      <dc:creator>dianemiro</dc:creator>
      <dc:date>2019-05-02T14:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create REQ [sc_request], RITM [sc_req_item] and SCTASK [sc_task] via inbound email action</title>
      <link>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933467#M590393</link>
      <description>&lt;P&gt;Check these out:&lt;/P&gt;
&lt;P&gt;https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=3ec3c7a5dbd8dbc01dcaf3231f961996&lt;/P&gt;
&lt;P&gt;https://docs.servicenow.com/bundle/madrid-it-service-management/page/product/planning-and-policy/task/t_CreateARequestFromAnInboundEmail.html&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 14:26:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933467#M590393</guid>
      <dc:creator>Prateek kumar</dc:creator>
      <dc:date>2019-05-02T14:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create REQ [sc_request], RITM [sc_req_item] and SCTASK [sc_task] via inbound email action</title>
      <link>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933468#M590394</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I too am very interested in this.&amp;nbsp; I've scoured the net and the community.&amp;nbsp; I've read posts like the ones recommended by Prateek.&amp;nbsp; Unfortunately I can't find any "Step-by-Step" tutorials on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The product docs at&amp;nbsp;&lt;A href="https://docs.servicenow.com/bundle/madrid-it-service-management/page/product/planning-and-policy/task/t_CreateARequestFromAnInboundEmail.html" rel="nofollow"&gt;https://docs.servicenow.com/bundle/madrid-it-service-management/page/product/planning-and-policy/task/t_CreateARequestFromAnInboundEmail.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are not very helpful... Some people write to the sc_request table, others to the sc_req_item table and others use the cart api.&amp;nbsp; So, which is the best method?&lt;/P&gt;
&lt;P&gt;I'd like to gain a better understanding over the over-all process.&amp;nbsp; My example is for creating a request for a new account (account creation NOT automated within SN).&amp;nbsp; So, inbound forwarded email comes from our HR system.&amp;nbsp; Should it create a sc_request&amp;nbsp; or a sc_req_item?&lt;/P&gt;
&lt;P&gt;Do I need to create these forms first with the various fields to populate those variables from the inbound email into?&lt;/P&gt;
&lt;P&gt;I'm just not understanding sc_request vs sc_req_item vs cart API and when to use each.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I certainly don't mind doing the work but would appreciate being pointed in the right direction.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;J.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 11:56:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933468#M590394</guid>
      <dc:creator>Gerrity</dc:creator>
      <dc:date>2019-05-03T11:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create REQ [sc_request], RITM [sc_req_item] and SCTASK [sc_task] via inbound email action</title>
      <link>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933469#M590395</link>
      <description>&lt;P&gt;Hi Prateek,&lt;/P&gt;
&lt;P&gt;Thanks for your response. I tried doing this by creating an inbound action referencing to Request Item table and put 50 as order and I changed the order of inbound action for incident creation to 100. But when I send a test email to my instance, it is still creating an incident ticket instead of a request item ticket. Can you point me in the right direction? Thank you.&lt;/P&gt;
&lt;P&gt;Diane&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 13:49:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933469#M590395</guid>
      <dc:creator>dianemiro</dc:creator>
      <dc:date>2019-05-06T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create REQ [sc_request], RITM [sc_req_item] and SCTASK [sc_task] via inbound email action</title>
      <link>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933470#M590396</link>
      <description>&lt;P&gt;Hi Gerrity,&lt;/P&gt;
&lt;P&gt;Did you get the chance to do this? Thank you.&lt;/P&gt;
&lt;P&gt;Diane&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 15:37:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933470#M590396</guid>
      <dc:creator>dianemiro</dc:creator>
      <dc:date>2019-05-08T15:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create REQ [sc_request], RITM [sc_req_item] and SCTASK [sc_task] via inbound email action</title>
      <link>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933471#M590397</link>
      <description>&lt;P&gt;Hi Diane,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes I was able to figure out creation of requests via inbound email actions.&amp;nbsp; I can provide information on what I did if you're still interested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;jason&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 11:28:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933471#M590397</guid>
      <dc:creator>Gerrity</dc:creator>
      <dc:date>2019-05-16T11:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create REQ [sc_request], RITM [sc_req_item] and SCTASK [sc_task] via inbound email action</title>
      <link>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933472#M590398</link>
      <description>&lt;P&gt;Yes, your ServiceNow admin/developer should be able to do this.&lt;/P&gt;
&lt;P&gt;Have them create a catalog item but don't publish it in your catalog, this is where you build all the workflow you want, then when the inbound email comes in, it will trigger/create the catalog item and the workflow will take it from there. There is no need to have the inbound action recreate all these records. All those are created and related by using a catalog item and workflow.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 11:34:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933472#M590398</guid>
      <dc:creator>Jeff316</dc:creator>
      <dc:date>2019-05-16T11:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create REQ [sc_request], RITM [sc_req_item] and SCTASK [sc_task] via inbound email action</title>
      <link>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933473#M590399</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you please guide step by step. I am facing issue in creating one.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 18:05:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-req-sc-request-ritm-sc-req-item-and-sctask-sc-task-via/m-p/1933473#M590399</guid>
      <dc:creator>kjain</dc:creator>
      <dc:date>2020-08-13T18:05:44Z</dc:date>
    </item>
  </channel>
</rss>

