Form__c Object Reference
Field Definitions
Field Name | Type | Required | Unique | Description |
---|---|---|---|---|
Conditions__c | LongTextArea | No | No | The conditions under which the form should be shown. |
Display_Mode__c | Picklist | No | No | The display mode of the form. |
Display_Name__c | Text | No | No | The preferred form name to show on the form. If empty, Name will be shown instead. |
Identifier__c | Text | No | No | A globally unique identifier for this form. |
Record_Type_Name__c | Text | No | No | For internal use only. |
Success_Markdown__c | LongTextArea | No | No | The content to be presented to the customer when a CustomForm is submitted successfully. |
Success_Page_Id__c | Lookup(Page__c) | No | No | The page to be displayed when the CustomForm is submitted successfully. |
For more information about how or when to use the above, see our documentation.
Back to Documentation