Siebel Developer's Reference > Business Component Classes >

CSSBCFile Class


The CSSBCFile class is the business component implementation for file attachments and file replication.

Usage Guidelines

You can use this class to transfer files to and from the Siebel File System.

Parent

CSSBCBase Class

Accessible Methods

The following methods are accessible from CSSBCFile. For more information on these methods, see CSSBCFile Methods.


Business Component User Properties

Not applicable

Field User Properties

Not applicable

Dependencies and Limitations

CSSBCFile requires the fields listed in Table 4. In this table, <Prefix> indicates the unique prefix of the field name. Each file attachment business component has a unique field name prefix. For example, the Account Attachment business component has fields named AccntDockStatus, AccntFileDate, AccntFileName, and so on.

Table 4. Fields Required by CSSBCFile
Field Name
Value Type

<Prefix>DockStatus

BOOL

<Prefix>FileAutoUpdFlg

BOOL

<Prefix>FileDate

UTCDATETIME

<Prefix>FileDeferFlg

TEXT

<Prefix>FileDockReqFlg

BOOL

<Prefix>FileExt

TEXT

<Prefix>FileName

TEXT

<Prefix>FileRev

ID

<Prefix>FileSize

NUMBER

<Prefix>FileSrcPath

TEXT

<Prefix>FileSrcType

TEXT

<Prefix>FileDockStatFlg

BOOL

Siebel Developer's Reference