CatCart.updateIsSelected Method

Updates the IsSelected value on all visible lines of the CatCart table. Goes through all visible lines on the CatCart and updates IsSelected.

Syntax

public void updateIsSelected(boolean _checkAll)

Run On

Called

Parameters

  • _checkAll
    Type: boolean
    The value to use to update the IsSelected value.

Remarks

When this method is called the active buffer should be part of a query that also includes the CatCartLine and CatCartLineState tables.

See Also

Reference

CatCart Table