open-create-document-form-modal
Type: Operation
Opens the create form, for creating a new document by choosing a template.
Imported operation data
browse
Context Document Id (Required)
Type: RemoteDocumentId|null
(Optional) This id is sent to the CMS when the browse call is made. If the CMS resolves a hierarchy for a reference in the metadata of a reference, the folder containing the browseContextDocument will be opened.
By default the browseContextDocument is set to the focusedDocument or, when the focusedDocument is not available, to the first document in the hierarchy.
If set to null, no reference document ID will be sent to the CMS.
select
Document Template Data Provider Name (Required)
Type: String
Default value
Type: String
JSON
"dataProviderUsingConfiguredConnectorsForDocumentTemplates"
select
Folder Data Provider Name (Required)
Type: String
Default value
Type: String
JSON
"dataProviderUsingConfiguredConnectorsForDocumentFolders"
insert
Operation Name (Required)
Type: String
(Optional) The primary button will be disabled if the selected document template, folder and document title can't be inserted with the 'insert operation'.
The operation data collected until the current operation together with the selected document template, folder and document title will be added as initial data to the 'insert operation'.
is
Cancelable (Required)
Type: Boolean
(Optional) Whether or not the modal is cancelable (with a cancel button in the footer or by pressing the escape key), defaults to true.
Default value
Type: Boolean
JSON
true
modal
Icon (Required)
Type: String
(Optional) The icon to show at the top of the modal. This should be one of the Fontawesome (v4.7.0) icons. Do not include the fa- prefix, just use the icon names as-is from the documentation.
modal
Title (Required)
Type: String
(Optional) The title being shown at the top of the modal. Defaults to
t__Create new document
.query
(Required)
Type: object|null
(Optional) Any extra properties that should be included onto the "query" request parameter in CMS requests made to
POST /browse
by this component.