LinkageRelationEntry

Configuration for a linkage relation entry.

Fields

Type
Name
Description
Optional
Default Value
String  
pk
The name of the relation.
false
 
attributes
A map of attributes to describe the relation.
false
 

Example

{
	"pk" : "fn123456kjshdfEm",
	"attributes" : {
		"DelegatedToFlag.Employee" : {
			"_type" : "Boolean",
			"value" : true,
			"writable" : true,
			"readable" : true,
			"status" : null
		},
		"RelationTypeKeyEm.Employee" : {
			"_type" : "Lookup",
			"value" : {
				"pk" : "ACTIVITY_EM_ROLE_TYPE-TO",
				"key" : null,
				"description" : null,
				"symbol" : {
					"type" : "NONE"
				}
			},
			"writable" : true,
			"readable" : true,
			"status" : null
		}
	}
}