The following parameters apply to the attachURLLinkToTicket method:
|
Parameter |
Type |
Description |
|---|---|---|
|
SID |
Integer |
Identifies the session retrieved from logging in. |
|
docId |
Integer |
Identifies the unique ID of the ticket. |
|
URL |
String |
Indicates the URL to attach to the ticket. |
|
attmntName |
String |
Identifies the name of the attachment. |
|
Description |
String |
Indicates the description of the attachment. |
Description
Attaches a URL link to a ticket.
Example:
usd.attachURLLinkToTicket(sid, "cr:400001", "http://www.ca.com", "ca.com", "CA Technologies Website");
|
Copyright © 2013 CA.
All rights reserved.
|
|