Hi,
i dont find a knowledgegbase article etc. where all the form controls are described with their properties.
I use a multipleObjectPicker to configure a configItem relationship with another configItem.
My Code is here:
{
"name": "test",
"DataType": null,
"PropertyName": "Source_8ce8c824_63c9_4510_84c1_9b3094cd8736",
"Disabled": false,
"Required": false,
"MinLength": 0,
"MaxLength": 0,
"EnumId": null,
"ColSpan": 0,
"type": "multipleObjectPicker",
"ClassId": "d5845502-c02e-c603-fe19-e9740cd5aa4c",
"PropertyToDisplay": "{ \"DisplayName\": \"DisplayName\", \"Gruppenname\": \"Gruppenname\", \"ObjectStatus.Name\": \"ObjectStatus\", \"LastModified\": \"LastModified\" }",
"SelectableRow": true,
"SelectProperty": "DisplayName"
} <br><br>How can i change the shown PropertyName in the form and give it a displayName?