Is there a way to have Special Instructions show up in RITM or Task?

John Vo1
Tera Guru

When users check out and fill in special instructions it's not pulling it down to the RITM or Task.   Is there a way we can have that information come in to RITM or Task?

1 ACCEPTED SOLUTION

Robert Chrystie
ServiceNow Employee
ServiceNow Employee

Hi John,



The Special Instructions that you input on the cart preview get saved to the users Shopping Cart[sc_cart].   The Special instructions aren't shown on the Shopping Cart form by default but can be added by customizing the form layout. Please keep in mind that only admin's will ever see this and the shopping cart record only exists until the order is submitted, so there is limited benefit in adding it to this form.   When an order is placed the value from the Shopping Cart is copied to the Request[sc_request] that is created.   There is a Special instructions field on the Request table, however again the Special instructions are not shown on the Request form by default.



Since the data lives on a record that is associated to our Requested Items and Catalog Tasks we can simply dot talk when defining the form layout to add the Requests Special instructions onto the form.   From the Requested Item form right click on the form header and navigate to Configure > Form Layout.   In the left column find Request and expand the selector to show field from the Request (use the button in the middle of the two columns above the arrows).   Now that the Requests fields are shown, find the Special instructions and move the to the right column.   These steps can be repeated from the Catalog task as you can dot walk from Catalog Task to Request item to Request.



As this is referenced data, I would recommend setting up these fields to be read only on the Requested Item and Catalog Task forms, so that unintentional or unauthorized updated are not possible.


View solution in original post

4 REPLIES 4

Robert Chrystie
ServiceNow Employee
ServiceNow Employee

Hi John,



The Special Instructions that you input on the cart preview get saved to the users Shopping Cart[sc_cart].   The Special instructions aren't shown on the Shopping Cart form by default but can be added by customizing the form layout. Please keep in mind that only admin's will ever see this and the shopping cart record only exists until the order is submitted, so there is limited benefit in adding it to this form.   When an order is placed the value from the Shopping Cart is copied to the Request[sc_request] that is created.   There is a Special instructions field on the Request table, however again the Special instructions are not shown on the Request form by default.



Since the data lives on a record that is associated to our Requested Items and Catalog Tasks we can simply dot talk when defining the form layout to add the Requests Special instructions onto the form.   From the Requested Item form right click on the form header and navigate to Configure > Form Layout.   In the left column find Request and expand the selector to show field from the Request (use the button in the middle of the two columns above the arrows).   Now that the Requests fields are shown, find the Special instructions and move the to the right column.   These steps can be repeated from the Catalog task as you can dot walk from Catalog Task to Request item to Request.



As this is referenced data, I would recommend setting up these fields to be read only on the Requested Item and Catalog Task forms, so that unintentional or unauthorized updated are not possible.


John Vo1
Tera Guru

Robert,



Thanks for this answer.   I was able to put it in the TASK and it's set to read only...



John


hi



I tried doing it but unable to find the field request in the left slush bucket.




could you guide me with the help of screen shots?


Go into your requested item and go to form layout. Find the Request and expand that.   Then find special instructions and add it .


find_real_file.png


find_real_file.png