LinkageDTO

Configuration for a linkage of entries.

Fields

Type
Name
Description
Optional
Default Value
String  
entity
The name of the entity.
false
 
String  
masterPk
The pk of the master entry.
false
 
links
A list of linkage relation configurations.
false
 

Example

{
	"entity": "Activity",
	"masterPk": "asklfn90832zkjshdfAc",
	"links": [
		{
			"relation": "rmEmAc",
			"entries": [
				{
					"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
						}
					}
				}
			]
		}
	]
}