FlexForm Object

This object contains a FlexForm definition. A FlexForm is made up of a collection of one or more FlexInput fields grouped into one or more display groups. Prior to creating a FlexForm object the FlexAttribute definitions must be defined.


FlexForm Object Formats

JSON Format
{
	"Desc": "",
	"FlexAttrRules": {
		"${FlexAttrID}": ""
	},
	"FlexFormID": "",
	"FlexGroups": [{
			"Title": {
				"en": "Group 1"
			},
			"FlexAttrs": [
				"100001"
			],
			"Rules": ""
		},
		{
			"Title": {
				"en": "Group 2"
			},
			"FlexAttrs": [
				"100002"
			],
			"Rules": ""
		},
		{
			"Title": {
				"en": "Group 3"
			},
			"FlexAttrs": [
				"100000"
			],
			"Rules": ""
		}
	],
	"Rules": "",
	"Title": {
		"en": "",
		"en-CA": ""
	}
}

FlexForm Object Properties

(info) Required properties are in bold.

PropertyTypeDescription
FlexFormIDstringSpecifies the unique flex form ID
Descobject

This property contains a list of descriptions of the Flex Form for each required language. Each member pair consists of the language identifier (left side) and the text for the language (right side).

Title

string

This property contains a list of titles of the flex form for each required language. Each member pair consists of the language identifier (left side) and the text for the language (right side).

FlexDefscollection