This documentation supports the 19.08 version of Remedy Action Request System.

To view an earlier version, select the version from the Product version menu.

ARSetClientManagedTransaction

Note

You can continue to use C APIs to customize your application, but C APIs are not enhanced to support new capabilities provided by Java APIs and REST APIs.

Description

Enables you to set a client-managed database transaction handle to the given user context. After the transaction handle is set, all subsequent entry calls will be in the transaction that is associated with this handle. With this function, you can make data calls on different user contexts in the same transaction. You can also use handles received from the equivalent CMDB call.

Privileges

All users.

Synopsis

#include "ar.h"
#include "arextern.h"
int ARSetClientManagedTransaction (
	ARControlStruct		*control,
	int			*transactionHandle,
	ARStatusList		*status)

Input arguments

control

The control record for the operation, which contains information about the user requesting the operation and the server on which the operation is to be performed.

transactionHandle           

The transaction handle ID of the database transaction.

Return values

status

A list of zero or more notes, warnings, or errors generated from a call to this function. For a description of all possible values, see Error checking.

See also

ARRemoveClientManagedTransaction

Was this page helpful? Yes No Submitting... Thank you

Comments