Home > Contents > Index > 
Expanded TOC | Accordion TOC | Annotated TOC | 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
 trueto indicate the record will still be locked by user after the commit.
Description
The
RTCommitmethod 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 > ![]()
FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.