Values.CreateLayoutRequestSourceCreates a layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface: Fields to display to the users Field ordering Title and Status fields cannot be part of layouts since they are not configurable.
type nonrec t = {domainId : DomainId.t;The unique identifier of the Cases domain.
*)name : LayoutName.t;The name of the layout. It must be unique for the Cases domain.
*)content : LayoutContent.t;Information about which fields will be present in the layout, and information about the order of the fields.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DomainId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of
FieldId.t ])
list ]
list
| `String of
FieldGroupNameString.t ])
list ])
list ]
list ])
list ])
list ])
list ])
list ]