Home > Contents > Index >
ICS.RTCommit
Creates a new revision of a record from a revision-tracked table.
Syntax
public int RTCommit(String sTable, String sAsset, String sAnnotation, boolean bKeepLocked)Parameters
sTable
- Name of the tracked table.
sAsset
- Value of the primary key for the record being committed.
sAnnotation
- Comment that describes the new revision.
bKeepLocked
- Indicates the lock status of the record after commit. Set value to
true
to indicate the record will still be locked by user after the commit.
Description
The
RTCommit
method creates a new revision of a record from a revision-tracked table. The current user must have the record locked and have write access to the tracked table to perform this operation.Returns
Returns the
errno
. If -1000, check the RT details error.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.