Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admAddFieldToScreenTabadmRemoveFieldFromScreenTab(screenId, tabId, fieldId)

Package

adm

Alias

Pkg Usage

[use adm; addFieldToScreenTabremoveFieldFromScreenTab(screenId, tabId, fieldId);]

Description

Excerpt
hiddentrue
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
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

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.

...