Neolane - JavaScript API - v6.1.0

Unknown
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

jsapi-en

previous page start next page