Siebel Object Interfaces Reference > Interfaces Reference >

Siebel Constants


The Siebel programming languages provide constants for the convenience of programmers. These constants appear in the table that follows. Use the constant names, rather than their integer values in your code. Use of these constant names makes your code more readable by others, because it clarifies your intentions. However, the integer values are included to aid in debugging, as the integer values are what appear in the Debugger.

Used With
Constant Name
Integer Value
Pre Event Handler Methods
ContinueOperation
1
CancelOperation
2
Search Methods
ForwardBackward
0
ForwardOnly
1
NewRecord Method
NewBefore
0
NewAfter
1
NewBeforeCopy
(Not available with Java Data Bean)
2
NewAfterCopy
(Not available with Java Data Bean)
3
SiebelViewMode Methods
SalesRepView
0
ManagerView
1
PersonalView
2
AllView
3
OrganizationView
5
GroupView
7
CatalogView
8
SubOrganizationView
9


 Siebel Object Interfaces Reference 
 Published: 18 June 2003