...
The edit dialog can be opened by clicking the pencil icon next to the field. The screenshot below shows the edit dialog for the example selection list contracts where the four values Employment contract, Rental agreement, User contract, and Purchase contract were already added.
Editing via Web-API Gateway
...
Code Block | ||||
---|---|---|---|---|
| ||||
{
"tenant": "Mytenant",
"readonly" true,
"entries": [
{
"name": "Employment contract",
"disabled": false
},
{
"name": "Rental agreement",
"disabled": false
},
{
"name": "User contract",
"disabled": false
},
{
"name": "Purchase contract",
"disabled": false
}
]
} |
...