Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 


CATALOGMANAGER.commit

Commits a record from a tracked table into the RevisionTracking subsystem using the CATALOGMANAGER command.

Syntax

Parameters

ftcmd (required)
Value must be set to commit.

tablename (required)
Name of the table.

asset (required)
Value of the primary key for the row to commit.

checkout (optional)
Indicates lock status of record after commit. Set value to true to indicate the record are still locked by user after the commit. This parameter has a default value of false.

annotation (optional)
Comment describing the new revision.

Description

The commit command commits a record from a tracked table into the RevisionTracking subsystem. The current user must have the record locked and have write access to the tracked table to perform this operation.

errno

The possible values of errno include:

Value
Description
-103
No such table.
-104
No table definition.
-105
Database error.

Example

This example commits the locked record whose primary key value is 95137.

See Also

The following CATALOGMANAGER commands:

lock
unlockrecord

  Home > Contents > Index >

FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.