property externalFileDifferent
as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Used to signify if the loaded deployment file not from the same instance, machine, namespace
property externalFileIncludesRemove
as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Used to signify if the loaded deployment file includes a Remove project text document
property hostId
as %ZEN.Datatype.integer(ZENURL="HOSTID"); property hostName
as %ZEN.Datatype.string(ZENURL="HOSTNAME"); property msgExportToFile
as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Select filename and Export") ]; property msgUnsupportedCharacters
as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Item name contains one or more of these characters that are not supported for export: less and more than, forward and back slash, ampersand and double quote.") ]; property productionId
as %ZEN.Datatype.className(ZENURL="PRODUCTION"); property productionSettings
as %ZEN.Datatype.boolean(ZENURL="PRODSETTINGS");