fields

Returns a table which contains the field of fields (SchemaNode) of the key.


            fields
            
         

Remarks

Example:
var schema = application.getSchema("nms:delivery")
for each(var key in schema.root.keys)
{
  logInfo("Key: " + key.name)
  for each(var field in key.fields)
    logInfo("\t" + field.name + "\t" + field.type)
}
    

Features

Property of class: SchemaKey

Read only:

Yes

Available in:

  • Content management
  • Delivery properties
  • Typology rule
  • JSSP
  • SOAP Method
  • WebApp
  • Workflow