Home > Contents > Index >
ics:catalogmanager.commit
Commits a record from a tracked table into the RevisionTracking subsystem using
ics:catalogmanager
.Syntax
<ics:catalogmanager>
<ics:argument name="ftcmd" value="commit" /> <ics:argument name="tablename" value="table" /> <ics:argument name="asset" value="primarykey"/> [<ics:argument name="checkout" value="true or false"/>] [<ics:argument name="annotation" value="comment"/>]</ics:catalogmanager>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 is still locked by the 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.Error Numbers
The possible values of
errno
include:
Value Description -103 No such table. -104 No table definition. -105 Database error.See Also
The following
ics:catalogmanager
commands:ics:catalogmanager.unlockrecord
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.