Home > Contents > Index > 
Expanded TOC | Accordion TOC | Annotated TOC | Index 
ICS.RTLock
Locks a record by the current user in a revision-tracked table.
Syntax
public int RTLock(String sTable, String sAsset)Parameters
sTable- Name of the tracked table.
 
sAsset- Value of the primary key of the row to lock.
 
Description
The
RTLockmethod locks a record by the current user in a revision-tracked table.Once a row is locked, the current user can modify fields in the row. The current user must have write access to the table.
Returns
Returns the
errno. If -1000, check the RT details error.
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.