Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admAddFieldToScreenTabadmRemoveFieldFromScreenTab(screenId, tabId, fieldId) | Package | adm | Alias | | Pkg Usage | [use adm; addFieldToScreenTabremoveFieldFromScreenTab(screenId, tabId, fieldId);] | |
Description
Excerpt |
---|
|
Adds Removes a field to from a certain tab |
Adds Removes a field to from a certain tab on a screen. Returns true if field was addedremoved
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
screenId | int | Yes | The id of the screen. | tabId | int | Yes | The id of the screen tab. | fieldId | string | Yes | The id of the field, i.e. 'summary', 'customfield_123456', etc. | |
...