Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.