Insert Entry operation
The Insert Entry operation inserts an entry into BMC Remedy Action Request System (BMC Remedy AR System) schema.
The following table describes the input elements for the Insert Entry operation:
Input elements for the Insert Entry operation
Element | Description | Required |
|---|---|---|
<adapter name> | Specifies the name of the adapter in the adapter configuration that is used to execute the operation | No |
<schema name> | Specifies the BMC Remedy AR System schema into which an entry is inserted | Yes |
<field list> | Specifies the XML document that identifies the fields and values for the entry to be inserted | Yes |
The following figure shows an XML sample of the input elements for the Insert Entry operation:
XML sample of the input elements for the Insert Entry oepration
<remedy-action>
<schema>Sample:Cities</schema>
<values>
<field name="Airport Code"><![CDATA[CSIA]]></field>
<field name="City"><![CDATA[Ohio]]></field>
<field name="Attachment1">D:\SrcTestAttachment\uploadthisAttachment.xls</field>
</values>
</remedy-action>
The following table describes the output element for the Insert Entry operation:
Output element for the Insert Entry operation
Output | Description |
|---|---|
<adapter response> | Specifies the XML document returned by the adapter request executed on the BMC Remedy AR System |
The following figure illustrates an XML sample of the output elements for the Insert Entry operation:
XML sample of the output elements for the Insert Entry operation
<entry-id>000000000000179</entry-id>
</set-action-result>