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

CSSBCForecastItemDetail Methods


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

AutoAdjust

The AutoAdjust method is called on individual detail records. It retrieves adjustments made to the previous forecast in the series and makes the same adjustment to the current selection of records.

In the preconfigured application, this method is used in script that underlies buttons and menu choices in forecast detail views.

Origin

Implemented in CSSBCForecastItemDetail.

Invocable

This method can be invoked through InvokeMethod only.

Can be invoked by:
Server Script
Browser Script
Custom Button
Command
External Interfaces
Comment

Yes

Yes

Yes

Yes

Yes

You can also invoke this method from a business service.

UpdateSelectionFromRevn

The UpdateSelectionFromRevn method is called on individual Forecast detail records. It updates the Forecast detail record with data from the Revenue record with which the Forecast detail record is associated.

This method is typically used in script that underlies user interface controls.

Origin

Implemented in CSSBCForecastItemDetail.

Invocable

This method can be invoked through InvokeMethod only.

Can be invoked by:
Server Script
Browser Script
Custom Button
Command
External Interfaces
Comment

Yes

Yes

Yes

Yes

Yes

You can also invoke this method from a business service.

UpdateSelectionToRevn

The UpdateSelectionToRevn method is called on individual Forecast detail records. It updates the Revenue record with which the Forecast detail record is associated with data from the Forecast detail record.

This method is typically used in script that underlies user interface controls.

Origin

Implemented in CSSBCForecastItemDetail.

Invocable

This method can be invoked through InvokeMethod only.

Can be invoked by:
Server Script
Browser Script
Custom Button
Command
External Interfaces
Comment

Yes

Yes

Yes

Yes

Yes

You can also invoke this method from a business service.

Siebel Developer's Reference