Remedy functions
Assigned_Group | |
Assigned_Group_Shift_Name | |
Assigned_Support_Company | |
Assigned_Support_Organization | |
Assignee | |
Categorization_Tier_1 | |
Categorization_Tier_2 | |
Categorization_Tier_3 | |
CI_Name | |
Closure_Manufacturer | |
Closure_Product_Category_Tier1 | |
Closure_Product_Category_Tier2 | |
Closure_Product_Category_Tier3 | |
Closure_Product_Model_Version | |
Closure_Product_Name | |
Department | |
Impact | One of
|
Lookup_Keyword<</p>/td> | |
Manufacturer | |
Product_Categorization_Tier_1 | |
Product_Categorization_Tier_2 | |
Product_Categorization_Tier_3 | |
Product_Model_Version | |
Reported_Source | One of:
Product_Name
|
Resolution | |
Resolution_Category_Tier_1 | |
Resolution_Category_Tier_2 | |
Resolution_Category_Tier_3 | |
Service_Type | One of:
|
Status | One of:
|
Action | |
Create_Request | |
Summary | |
Notes | |
Urgency | One of:
|
Work_Info_Summary | |
Work_Info_Notes | |
Work_Info_Type | One of:
|
Work_Info_Date | |
Work_Info_Source | One of:
|
Work_Info_Locked | |
Work_Info_View_Access | One of:
|
Middle_Initial | |
Status_Reason | One of:
|
Direct_Contact_First_Name | |
Direct_Contact_Middle_Initial | |
Direct_Contact_Last_Name | |
TemplateID | |
ServiceCI | |
ServiceCI_ReconID | |
HPD_CI | |
HPD_CI_ReconID | |
HPD_CI_FormName | |
WorkInfoAttachment1Name | |
WorkInfoAttachment1Data | |
WorkInfoAttachment1OrigSize | |
Customer_Company | |
Corporate_ID |
Parameters:
uri | The URI of the web service including the protocol, hostname and port. For example: https://u-42.ioconcepts.com:9443/arsys/services/ARService?server=mwbppm9a&webService=HPD_IncidentInterface_Create_WS |
userid | The User ID for authentication. |
password | The password for authentication. |
summary | The summary for the incident. |
additionalProperties | Additional properties for the incident record. See the description above |
Returns:
The incident number as a string if the function succeeded, false otherwise.
Example:
uri = "http://172.21.46.96:9090/arsys/..."
userid = "Allen"
password= "password"
firstName = "Allen"
lastName = "Allbrook"
summary = "A WTO/WTOR was received: [" + message.SESSION_NAME + "]" + message.TEXT
arsCreateIncident(uri, userid, password, firstName, lastName, summary)