Home > Contents > Index >
ACL.GET
Retrieves the value of a single field from a loaded asset object and stores it in a Sites variable.
Syntax
<ACL.GET NAME="Some Object Name" FIELD="Some field" [OUTPUT="output variable"]/>Parameters
NAME (required)
- Name of the ACL.
FIELD (required)
- Name of the field to retrieve.
OUTPUT (optional)
- Specifies the name of the output variable, which should be created in the environment. If this parameter is not specified, the variable is given the same name as the field.
Description
This tag obtains the value (or contents) from the specified field of a loaded asset and stores it in the specified output variable.
Error Numbers
The possible values of
errno
include:
Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example copies the
aclname
column from a loaded ACL object into a variable calledNAME
:<ACL.GET NAME="ACL1" FIELD="aclname" OUTPUT="name"/>See Also
ACL.CREATE
ACL.GATHER
ACL.LIST
ACL.LOAD
ACL.SAVE
ACL.SCATTER
ACL.SET
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.