Siebel Product Administration Guide > Siebel Configurator Rule Assembly Language > About Operators in Rule Assembly Language >

Data Operators in Rule Assembly Language


Use the following operators, shown in Table 28, when working with Siebel data types.

Table 28. Siebel Data Operators
Operator
Syntax            
Properties

Number

Number(A)

Converts the operand to a number. Operand can be an expression.

String

String(A)

Converts the operand to a string. Operand can be an expression.

Date

Date(A)

Converts string to a date. Operand can be an expression.

Time

Time(A)

Converts the operand to a time. Operand can be an expression.

UtcDateTime

UtcDateTime(A)

Converts the operand to the UTC date and time. Operand can be an expression.

DateTime

DateTime(A)

Converts the operand to a date and time. Operand can be an expression. Not recommended for use. Use UtcDateTime instead.

Currency

Currency(A)

Converts the operand to currency. Operand can be an expression.

Phone

Phone(A)

Converts the operand to a phone number. Operand cannot be an expression. Can be used only with Equals (==) and Not Equal To (!=) operators to compare two phone numbers.

Siebel Product Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.