...
Fields
uniqueName – (String) Unique name of the type.
label – (String) Name of the type, as displayed to the end-users.
headerFormulaName – (String) Name of the logic, which implements the functionality of the Custom Form. See Custom Form Logic
embedded – (Boolean) If this custom form is embedded or standalone. True - custom form embedded - used inside another document like quote. False - custom form is used standalone as a separate small app.
configuration module – (JSONApplicationModule) Definition of layout of the custom form detail page. See Dynamic Tabs Configuration for details. Used only for Name of application module, in which the user interface will show the menu item, which opens a page with list of custom forms of this type. Only for standalone forms.
workflowFormulaName – (String) Name of the workflow logic, which will be used to build approval workflow for this Custom Form. Used only for standalone forms.
configuration – (JSON) Definition of layout of the custom form detail page. See Dynamic Tabs Configuration for details. Used only for standalone forms.
supportedParentTypeCodes (Form Type) – (String) List of entities, which are allowed to embed this custom form type (Quote, Deal Plan, standalone Custom Form). Used only for embedded forms.module – (ApplicationModule) Name of application module, in which the user interface will show the menu item, which opens a page with list of custom forms of this type. Only for standalone forms.