You are here: Features > Action Events > Modify browse filter

Modify Browse Filter Action

Event Function: ModifyBrowseFilter

The Modify Browse Filter action changes the arguments of a selected browse filter.

Using the Events tab

Under Enter Example

Run Skip Condition

If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed.

 

Browse Name

Full name of the Browse Definition file

"Linkage"

Filter

Calculation to filter the records displayed on the browse list

"id = '2'"

Syntax (if entering it in the Equation bar)

ACTION("ModifyBrowseFilter", expr1, expr2)

Where

expr1 = entry under Browse Name

expr2 = entry under Filter

How the example will appear in the Equation bar

ACTION("ModifyBrowseFilter", "Linkage", "id = '2'")

Related Topics