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.
- To add a hyperlink in the Instructions field:
- Click the RTF icon to open the Instructions dialog box.
- Enter the text or URL in the dialog box and select it.
- Click the HTML Link button in the toolbar to view the Link Options dialog box.
- 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 . - (Optional) Enter a brief description of the link.
- Close the box.
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
.
- Click the RTF icon
to open the Instructions dialog box. - In the Pop-up editor, Click the link icon .
- In the Link dialog box, select URL from the Link Type drop-down.
- Type the URL of the web page.
- Click OK.
Comments
Log in or register to comment.