Class icm.dialog.showlinkdialog.ShowLinkDialog


Extends icm.base._BaseWidget.
Represents the Show Link dialog box. A user can use this dialog box to view and copy a link to the case. The dialog box also contains a Send email link that the user can click to send an email with the case identifier and the case link.
Defined in: <icm/dialog/showlinkdialog/ShowLinkDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
constructor(artifactLabel, objectLink)
Constructs an instance of the Show Link dialog box.

Constructor Detail

icm.dialog.showlinkdialog.ShowLinkDialog()

Method Detail

constructor(artifactLabel, objectLink)

Constructs an instance of the Show Link dialog box.
Parameters:
{string} artifactLabel
Required parameter. The title of the case for which the link is being shown.
{string} objectLink
Required parameter. The link to the case.