New Folder Options dialog box

This dialog box allows configuration of parameters of newly created folders specified in the Target folder text box.

If several folders are created, all of them will have the same parameters.
Option Description
Folder class Enter the name of the class for the folder object. This should be a class inherited from the "Folder" class. By default, the "Folder" class is used. You can click the button to open the Select Folder Class dialog box that allows you to select a folder class.
Class fields This table lists names, values and types of the class fields configured for the created folder.
The Title field should not be specified in this table as its value is taken from the Target folder text box on the General tab.
Add Click this button to add a new class field to the list. This button opens the Add Property dialog box.
Edit Select a class field and click this button to edit the selected item. This button opens the Edit Property dialog box.
Remove Select a class field and click this button to remove the selected item from the list.
Inline all fields into one string Select this check box to set values of all class fields as one string.

The text box below this check box allows entering the values of class fields in the in-line form, for example:

{"DocumentTitle" = String:"MyTitle", "FormPolicy" = Object "DocumentLifecycleAction":{"LastModifier" = String:"Me"}}

If you select this check box when the text box is empty (for example, for the first time), the fields specified in the list are converted into the inline representation of fields, which is displayed in the text box. For more information, see Inline Representation.

 
Verify field values Select this check box to have the component check names and values of the fields before submitting them. This option is applicable only to the fields whose Verification option is set to Default. For other fields, the component uses the individual verification settings specified in the Add/Edit Property dialog box.

When the component verifies a field value and finds that it is not valid, it uses the default value for this field. If the field name is invalid (the document class does not contain such field) then the component will skip this field.

If this check box is not selected and some field name is incorrect (no field with such name exists), or a field has incorrect value or type, or some required field is not specified, then the document will be rejected. However, if some name will be empty at run time (for example, as a result of an RRT replacement), it will be silently ignored.

Leave default permissions for folder Select this check box to create folder with default permissions set. If this check box is not selected, then the Folder permissions list and its controls are enabled and you can configure custom permissions for the created folder.
Folder permissions This access control list specifies users, groups and their permissions for the folder. You can configure custom permissions for the created folder here.
Add Click this button to add a new permission to the list. This button opens the Add Access Permissions dialog box.
Edit Click this button to add a new permission to the list. This button opens the Edit Access Permissions dialog box.
Remove Select permission and click this button to remove the selected item from the list.