CustomTabs
The CustomTabs resource provides methods that allow you to manage custom tabs based on the existing DocuSign tabs.
View Specific Information
The 本製品 will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the 本製品.
- CustomTabId supports the '='.
For example, the following query is processed server side:
SELECT * FROM CustomTabs WHERE CustomTabId = '926770b6-1cb6-487c-918c-dacf8c9caa2a'
Columns
Name | Type | References | Description |
CustomTabId [KEY] | String | The DocuSign generated custom tab ID for the custom tab to be applied. | |
Name | String | Name of the tab. | |
Type | String | The type of this tab. | |
TabLabel | String | The label string associated with the tab. | |
Font | String | The font to be used for the tab value. | |
Bold | Boolean | When set to true, the information in the tab is bold. | |
Italic | Boolean | When set to true, the information in the tab is italic. | |
Underline | Boolean | When set to true, the information in the tab is underlined. | |
FontColor | String | The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, White. | |
FontSize | String | The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, Size72. | |
Width | Integer | Width of the tab in pixels. | |
Height | Integer | Height of the tab in pixels. | |
Editable | Boolean | When set to true, the custom tab is editable. Otherwise the custom tab cannot be modified. | |
DisableAutoSize | Boolean | When set to true, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. | |
CreatedByUserId | String | The userId of the DocuSign user who created this object. | |
CreatedByDisplayName | String | The user name of the DocuSign user who created this object. | |
Locked | Boolean | When set to true, the signer cannot change the data of the custom tab. | |
LastModified | Datetime | The UTC DateTime this object was last modified. This is in ISO8601 format. | |
LastModifiedByUserId | String | The userId of the DocuSign user who last modified this object. | |
LastModifiedByDisplayName | String | The User Name of the DocuSign user who last modified this object. |