Skip to content
William Smith edited this page Feb 16, 2020 · 6 revisions

Managed App Schema Builder generates schema for several value types. Choosing the correct value type sets the correct value type in the resulting XML deployed to computers.

Available value types are:

  • array - add one or more text fields, each in string format
  • boolean - true or false
  • date - formatted as a date string such as 2019-07-20T20:01:20Z
  • integer - a text field in integer format
  • integer (from list) - a menu of items corresponding to integer format
  • string - a text field in string format

Managed App Schema Builder app window for value types

array

Clone this wiki locally