Skip to main content
Skip table of contents

getMetaAttributes() Operation

Syntax

set attributes = anyObject.getMetaAttributes();

Semantics

Returns a list of attributes names and values of any object.

Substitutables

attributes

Can be any variable or object attribute having the type Array and array element Attribute.

name contains the name of the attribute, value contains the attribute value.

anyObject

Can be any object.

Examples

NONE
set attributesArray = aCustomer.getMetaAttributes();

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.