Record Action Intended

You can specify the action that you want to perform on the data that is being queried.

The valid record actions are:

  • ADD
  • EDIT
  • COPY
  • VIEW
  • MASS_UPDATE
  • RECORD_SEARCH

You can specify the record action in the Context section of the request. For example,

<Context>
  	<Variable name="RECORD_ACTION" type="string">ADD</Variable>
</Context>

For more details on RECORD_ACTION, refer to Appendix A Context Variables in TIBCO MDM Studio Rulebase Designer User’s Guide.