Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Change “Create Request” button-label on SCSM 2012 R2/2016 HTML5 Portal to “Create Incident”

Default HTML5 portal, has button labelled “Create Request” which in default configuration opens the Generic Incident form to create Incident. The label creates confusion to user as it is used for Incident, not for Service Request.

We can change the label to “Create Incident” by modifying the Resource file as explained in this blog.

Note from Product team: “We allow the customers to modify their display strings from the resource files, but these changes can get replaced if any future updates contain addition of new strings and/or modifications in that resource file. Please set this expectation with the customer that they might will need to make these string changes again after such update(s). To preserve the modifications, you can keep the copy of modified resource file, which can be later used for comparing whenever the original file gets replaced.”

Steps:

  1. Open SelfServicePortalResources.resx file in Notepad from C:inetpubsswwwrootSelfServicePortalApp_GlobalResources:

  1. Go to the following section:

 

    Create Request

 

  1. Change data name = “CreateIncident” and tag to “Create Incident”

 

    Create Incident

 

  1. Save the file and exit.
  1. Open Offerings.cshtml in Notepad from C:inetpubwwwrootSelfServicePortalViewsHome folder:

  1. Find “.CreateRequest” button section/tag and rename @Resources.SelfServicePortalResources.CreateRequest to @Resources.SelfServicePortalResources.CreateIncident

From:

To:

  1. Save and exit.
  1. Refresh or reopen the portal. The button should labelled as “Create Incident”.

Share the post

Change “Create Request” button-label on SCSM 2012 R2/2016 HTML5 Portal to “Create Incident”

×

Subscribe to Msdn Blogs | Get The Latest Information, Insights, Announcements, And News From Microsoft Experts And Developers In The Msdn Blogs.

Get updates delivered right to your inbox!

Thank you for your subscription

×