Versions Compared

Key

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

Syntax

admRemoveFieldFromScreenTabadmAddFieldToScreenTab(screenId, tabId, fieldId)

Package

adm

Alias

Pkg Usage

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

Description

Excerpt
hiddentrue
Removes Adds a field from to a certain tab

Removes Adds a field from to a certain tab on a screen. Returns true if field was removedadded

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.

...