Siebel Developer's Reference > Business Component Classes > CSSBCBase Class >

CSSBCBase Methods


This section describes the methods that are implemented in the CSSBCBase Class.

EvalBoolExpr

The EvalBoolExpr method evaluates the Siebel expression against the current row and returns the appropriate Boolean (Y/N) value.

Argument
Description
expr_string
The expression to be evaluated.
Origin
Implemented in CSSBCBase.
Invocable
The EvalBoolExpr method can be invoked through InvokeMethod. It can also be called directly.

EvalExpr

The EvalExpr method evaluates the Siebel expression against the current row and returns the value in the result parameter.

Origin
Implemented in CSSBCBase.
Invocable
The EvalExpr method can be invoked through InvokeMethod. It can also be called directly.

IsActive

The IsActive method determines whether or not the row is active by reading the Active field value.

Origin
Implemented in CSSBCBase.
Invocable
The IsActive method can be invoked through InvokeMethod. It can also be called directly.

Revise

The Revise method creates a new revision of a record. This method is similar to the CopyRecord method, except that Revise increments the revision number.

Origin
Implemented in CSSBCBase.
Invocable
The Revise method can be invoked through InvokeMethod. It can also be called directly.

Sequence

The Sequence method updates number sequences in the Sequence field from m to n, where m is the Predefault value (or 1), and n is m plus the number of lines.

Origin
Implemented in CSSBCBase.
Invocable
The Sequence method can be invoked through InvokeMethod. It can also be called directly.

SetAspect

The SetAspect method sets the current aspect for Aspect-based user properties.

Argument
Description
aspect
The name of the aspect to set as current.
Origin
Implemented in CSSBCBase.
Invocable
The SetAspect method can be invoked through InvokeMethod only. It cannot be called directly.

 Siebel Developer's Reference 
 Published: 23 October 2003