Form - Add
Form - Add is a form that includes one to many fields where a user can define attributes of a single object and add that object to the system.
This component has been deprecated. Use the Action Form instead.
- Configuration
Properties
-
checkbox – Optional. If selected, the icon specified in displays on each tab.
- field – Required. The type of action taken by the user.
- checkbox – Optional. If selected, fields are grouped together and a label displays for each group.
- field – Optional. The label that displays on the tab for the group.
- field – Optional. The UI icon that displays on the tab, if provided.
- field – Required. The identifier for the field within an object, based on the data model.
- field – Optional. The order the attributes display in.
- field – Optional. The label that displays for the object. If no value is provided for , the default object name is provided, based on the data model.
- field – Optional. The title that displays in the help tooltip pop-up.
- field – Optional. The text content of the help tooltip pop-up.
- field – Optional. A link that displays in the help tooltip pop-up to direct the user to additional information or resources.
section – Optional. A section of properties used to configure the help tooltip pop-up that displays when the user hovers over the tab:- field – Conditionally required if is selected. The label for the group that the field belongs in.
- checkbox – Optional. If selected, the field is required to create the object.
- Default Input – The component automatically decides the input field to display, based on the data model (i.e. text field, drop-down, radio buttons).
- File Uploader – The user uploads a file.
- Type-ahead Input – The user can search for and select a value from an auto-populated list.
drop-down – Optional. The type of input for adding and editing data:
section – Required. A section of properties used to configure the fields that display on the form:
section – Required. A section of properties used to configure the attributes to include on the form:- field – Optional. The message that displays if the form is saved successfully. If no value is provided, the default message displays.
- field – Optional. The message that displays if the form is not saved successfully. If no value is provided, the default message displays.
- field – Optional. The user's permission to access the component. If a user is not assigned a role that includes this permission, they cannot view or interact with the component.
- Hide – The component is hidden.
- Disable – The component is visible but not cannot be interacted with.
drop-down – Optional. If the user does not have permission to access the component, specifies whether to hide or disable it:
Emitted Events
- – The user saves the form.
- – The user encounters an error and the form cannot be saved.