Delete Items process for the BMC Remedy AR System adapter
The Delete Items process removes a record from a specified schema in BMC Remedy Action Request (AR) System.
The following table describes the input elements for the <items> XML for the Delete Items process.
Input elements for the Delete Items process
The following figure shows the sample <items> XML for the Delete Items process:
<items> XML for the Delete Items process
<item>
<schema>AR System schema from which entry will be removed</schema>
<entry-id>AR System entry ID for the record to be removed</entry-id>
</item>
</items>
The following figure shows the output elements for the sample Delete Items process when <batch process items> is set to false:
XML sample of the output elements for the Delete Items process when <batch process items> is false
<entries>
<metadata>
<entry-count>1</entry-count>
</metadata>
</entries>
</delete-action-result>
The following figure illustrates the XML sample of the output elements for the Delete Items process when <batch process items> is set to true.
XML sample of the output elements for the Delete Items process when <batch process items> is true
<entries>
<entry>
<entry-id>000000000000085</entry-id>
<entry-count>1</entry-count>
</entry>
<entry>
<entry-id>000000000000086</entry-id>
<entry-count>1</entry-count>
</entry>
</entries>
</delete-action-result>
The following figure shows a sample <items> XML for the Delete Items process using the WorkOrderInterface_Create (Normal) form:
<items> XML for the Delete Items process using the WorkOrderInterface_Create (Normal) form
<item>
<schema>WOI:WorkOrderInterface_Create</schema>
<entry-id>000000000000102</entry-id>
</item>
</items>
The following figure illustrates the output elements for the Delete Items process using the WorkOrderInterface_Create (Normal) form:
Output elements for the Delete Items process using the WorkOrderInterface_Create (Normal) form
<schema>WOI:WorkOrderInterface_Create</schema>
<entry-id>000000000000102</entry-id>
</set-action-result>
The WorkOrderInterface is a self-join form, and therefore you cannot execute the Delete Items process using this form.