Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 75 Current »

The Process Template object contains template definition for creating a work order. Process Template provide a means to quickly create a work order using pre-defined template from various business processes.

On this page:

Process Template Object Formats

JSON Format
{
	"Desc": {
		"en": ""
	},
	"Seq": 1,
	"TemplateID": "",
	"Template": {},
	"IncludeFields": [],
	"Type": ""
}

Process Template Object Properties

(info) Required properties are in bold.

PropertyTypeDescription
DescobjectThis object contains a list of localized descriptions for the template. Each entry in the object contains a key/value pair combination. The key identifies the language code (see: Language Culture Codes) and the value refers to the localized description for the language.

Seq

int

This property contains sequence number for displaying process template in mobile worker's device.

TemplateID

stringThis property uniquely identifies the process template.
TemplateobjectThis object contains template representation of Work Order object based on the value of Type property.
IncludeFieldscollection

Identifies list of fields to be copied for creating a new work order (i.e. Type = "1001")

3.34.0

Type

string

Identifies the business process associated with a process template.

Valid values are:

  • 1001 - Create New Work Order
  • No labels