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 3 Next »

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
FormIDstring 
Descobject

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

Title

string

 

FlexDefscollection

 

  • No labels