Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:catalogmanager.lock
Locks a record for the current user in a tracked table using
ics:catalogmanager.Syntax
<ics:catalogmanager> <ics:argument name="ftcmd" value="lock" /> <ics:argument name="tablename" value="table" /> <ics:argument name="asset" value="primarykey"/> </ics:catalogmanager>Parameters
ftcmd (required)- Value must be set to
lock.
tablename (required)- Name of the tracked table.
asset (required)- Value of the primary key for the row to lock.
Description
The
lockcommand locks a record for the current user in a 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.Error Numbers
The possible values of
errnoinclude:
See Also
The following
ics:catalogmanagercommand:
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.