Idiv

Mon 01 January 2018

Syntax

Idiv(x, divisor)

Description

The Idiv function is an explicit integer division operation. It divides one number ( x ) by another ( divisor ).

Parameters

Field or Control

Definition

X

Specify an integer to be divided.

divisor

Specify the integer used to divide the first parameter.

Returns

An integer value.

read more

If

Mon 01 January 2018

Syntax

If condition Then
   statement_list
[Else
   statement_list]
End-If

Description

Use the If statement to execute statements conditionally, depending on the evaluation of a conditional expression. The Then and Else clauses of an If consist of arbitrary lists of statements. The Else clause may be omitted. If condition evaluates to True ...

read more

InboundPublishXmlDoc

Mon 01 January 2018

Syntax

InboundPublishXmlDoc(&XmlDoc, Message.MessageName, Node.PubNodeName [, Enqueue])

Description

Use the InboundPublishXmlDoc function to send an asynchronous message that simulates an inbound request from an external node. The content data is based on an XmlDoc object.

Note: This function has been deprecated and remains for backward compatibility only. Use the ...

read more

InitChat

Mon 01 January 2018

Syntax

InitChat(logical queue ID, application data URL, customer username, [chat_subject][, chat_question][, wizard_URL][, priority][, skill_level][, cost])

Description

Use the InitChat function to engage a customer and an agent in a chat session. It places a chat request on a MultiChannel Framework queue and immediately launches a customer chat window. When ...

read more

InsertImage

Mon 01 January 2018

Syntax

InsertImage([scrollpath, target_row,] [recordname.]fieldname [, max_size])

where scrollpath is:

[SCROLL.level1_recname, level1_row, [SCROLL.level2_recname, level2_row,]] SCROLL.target_recname

Description

Use the InsertImage function to associate an image file with a record field on a page. After the image file is associated with the record field, it can be saved to ...

read more

InsertRow

Mon 01 January 2018

Syntax

InsertRow(scrollpath, target_row [, turbo])

where scrollpath is:

[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ] RECORD.target_recname

To prevent ambiguous references, you can also use SCROLL. scrollname , where scrollname is the same as the scroll level’s primary record name.

Description

Use the InsertRow function to programmatically perform the ALT ...

read more

Int

Mon 01 January 2018

Syntax

Int(decimal)

Description

Use the Int function to truncate a decimal number x to an integer and returns the result as a Number value.

Note: PeopleSoft only supports 32 bit integers. The largest integer value we support is 4294967295.

Parameters

Field or Control

Definition

decimal

A decimal number to ...

read more

Integer

Mon 01 January 2018

Syntax

Integer(decimal)

Description

Use the Integer function to convert decimal to an integer (32 bit signed twos complement number) by truncating any fraction part towards zero and returns the result as an Integer value.

Parameters

Field or Control

Definition

decimal

A decimal number to be truncated to an integer ...

read more

IsAddEnabled

Mon 01 January 2018

Syntax

IsAddEnabled()

Description

Use the IsAddEnabled function to return a Boolean value indicating whether Add mode has been enabled on the component's Use tab.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

read more

IsAddMode

Mon 01 January 2018

Syntax

IsAddMode()

Description

Use the IsAddMode function to return a Boolean value indicating whether the component build process is in add mode.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

read more