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

admUpdateFilter(filter)

Package

adm

Alias

Pkg Usage

[use adm; updateFilter(filter);]

Description

Excerpt
hiddentrue
Updates a filter.

Updates a filter. Returns the updated JFilter structure. Owner cannot be changed

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

filter

JFilter

Yes

The filter to be updated

Return Type

JFilter

Example

Code Block
languagejs
JFilter f = admGetFilterById(10017);
f.description = "Modified description";
    f.name="anothername";admUpdateFilter(f);

Returns the JFilter object, if correctly updated.

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "filter_routine" and space = currentSpace ( )
labelsarray_routines

We've encountered an issue exporting this macro. Please try exporting this page again later.