URL to an external document in a form
search cancel

URL to an external document in a form

book

Article ID: 115177

calendar_today

Updated On:

Products

CA Service Management - Asset Portfolio Management CA Service Management - Service Desk Manager

Issue/Introduction



How can I create a link to an external document in my form?

Environment

Release:
Component: USVCT

Resolution

There is an example in the out of box form "Operational Effectiveness Form" under the "Service Management Dashboards Forms" group.
You can have external content with something like: 
<iframe id='reportContainer' height='100%' width='100%' src="JavaScript:' '"></iframe> 
Or alternatively you could include a simple URL link with an HREF tag.