Create Remedy Incident
arsCreateIncident(uri, userid, password, firstName, lastName, summary [, additionalProperties])
You can create a BMC Remedy ITSM Incident using the Console Automation Server. This function connects to the BMC Remedy server using the uri parameter using the userid and password for authentication. An incident is created using the firstName, lastName and summary. You can also create an incident through the rule-based form. Additional properties may be specified as well. The recognized properties are:
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.