Warning
Helix documentation is moving from docs.bmc.com to docs.helixops.ai

Key pages will redirect to the new domain on May 26, 2026. However, some legacy documentation links will not be redirected. 

In-product help links might not work after migration as we transition and update them within the product.

For any queries, reach out to IX-Support@helixops.ai.

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

<items>
  <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

<delete-action-result>
  <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

 <delete-action-result>
  <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

<items>
<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

<set-action-result>
<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.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Orchestration Content 23.1