This documentation supports the 18.08 version of Service Request Management.

To view the latest version, select the version from the Product version menu.

Adding hyperlinks in an SRD

You can add hyperlinks, such as a URL or the location of a form on the web, in an SRD. Requesters can access these links from the request form on the Request Entry console.

You can enter hyperlinks in the following fields for an SRD:

  • Instructions
  • Description

In the Instructions field, you can add hyperlinks in rich text format (RTF). Hence you do not need to enter HTML code.

To add hyperlinks in the Description field, you need to enter HTML code. For example, you can add the following HTML snippet:

<a href="http://www.bmc.com" target="_blank">BMC</a>

When embedding HTML, you must use the target="_blank" code; otherwise, the link tries to open inside the field but fails. Using _blank targets opens to a new window, outside the Request Entry console.

Or, you could add the following Oracle JavaScript snippet:

<a href="#" onClick="window.open('http://www.bmc.com', 'win'); return false">BMC</a>

To add a hyperlink in an SRD

For BMC Service Request Management version 9.1.02.003 and earlier, use the following procedure to add a hyperlink in an SRD. 

  1. To add a hyperlink in the Instructions field:
    1. Click the RTF icon to open the Instructions dialog box.
    2. Enter the text or URL in the dialog box and select it.
    3. Click the HTML Link button in the toolbar to view the Link Options dialog box.
    4. If you entered text in the Instructions dialog box, enter the URL that you want to link to the text.
      If you want to remove the link, click Remove link from text .
    5. (Optional) Enter a brief description of the link.
    6. Close the box.
  2. To add a hyperlink in the Description field, enter the HTML snippet in the field, as described earlier in this section.
    When you add or modify an HTML link or an image link in the Instructions field, make sure that Open in New Window is selected. This will open the link in a new window.

For BMC Service Request Management version 9.1.03 and later, you can use the new RFT editor to add a hyperlink in an SRD.

Important

The new RTF editor is available with BMC Remedy Mid Tier 9.1.03 and can be used even when you have installed earlier versions of the BMC Remedy AR System, BMC Atrium Core, and BMC Remedy IT Service Management applications. For more information about the new RTF editor, see Rich text formatting editor overview Open link .

  1. Click the RTF icon  to open the Instructions dialog box.
  2. In the Pop-up editor, Click the link icon .
  3. In the Link dialog box, select URL from the Link Type drop-down.
  4. Type the URL of the web page.
  5. Click OK.
Was this page helpful? Yes No Submitting... Thank you

Comments