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

Version 1 Next »

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

 

FlexAttr 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": ""
	}
}

FlexAttr Properties

(info) Required properties are in bold.

PropertyTypeDescription
FormIDstring 
Descobject

This property contains a list of descriptions of the flex attribute 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