Idiv
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.
If
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 ...
InboundPublishXmlDoc
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 ...
InitChat
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 ...
InsertImage
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 ...
InsertRow
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 ...
Int
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 ... |
Integer
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 ... |
IsAddEnabled
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.