TransferNode
Syntax
TransferNode(new_instance, NODE.nodename, MENUNAME.menuname, MARKET.marketname, COMPONENT.componentname, PAGE.component_item_name, action [, keylist])
where keylist is a list of field references in the form:
[recordname.]field1 [, [recordname.]field2]. . .
OR
&RecordObject1 [, &RecordObject2]. . .
Description
Use the TransferNode function to transfer the user to a page in another Node, but within ...
TransferPage
Syntax
TransferPage([PAGE.page_name_name])
Description
Use the TransferPage function to transfer control to the page indicated by PAGE. page__name or to the page set with the SetNextPage function. The page that you transfer to must be in the current component or menu. To transfer to a page outside the ...
TransferPanel
Syntax
TransferPanel([PANEL.panel_name])
Description
Use the TransferPanel function to transfer control to the panel indicated by PANEL. panel_name _name within, or to the panel set with the SetNextPage function.
Note: The TransferPanel function is supported for compatibility with previous releases of PeopleTools. New applications should use the TransferPage function ...
TransferPortal
Syntax
TransferPortal(new_instance, PORTAL.portalname, NODE.nodename, MENUNAME.menuname, MARKET.marketname, COMPONENT.componentname, PAGE.component_item_name, action [, keylist])
where keylist is a list of field references in the form:
[recordname.]field1 [, [recordname.]field2]. . .
OR
&RecordObject1 [, &RecordObject2]. . .
Description
Use the TransferPortal function to transfer the user to a page in another Node ...
Transform
Syntax
Transform({XmlString | &XmlDoc} AE_Program_Name, Initial_Node_Name, Initial_Message__Name, Initial_Message_Version, Result_Node_Name, Result_Message_Name, Result_Message_Version)
Description
Use the Transform function to modify one transaction, as specified by the Initial parameters, to another transaction, specified by the Result parameters, using an Application Engine program. This is used with Integration Broker.
Generally using this function implies ...
TransformEx
Syntax
TransformEx(XmlString, XsltString)
Description
Use the TransformEx function to do an XSLT transformation of the specified XML string.
This function also strips off any encoding information located within the XML Declaration.
The input, output, and XSL string must all be well-formed XML. If the output is HTML, it is ...
TransformExCache
Syntax
TransformExCache(&XmlDoc, FilePath, XsltKey)
Description
Use the TransformExCache function to do an Extensible Stylesheet Language Transformation (XSLT) transformation of the specified XmlDoc object.
The file specified by FilePath must be in well-formed XML.
Note: This function does not work on the OS/390 and z/OS batch servers.
Parameters ...
TreeDetailInNode
Syntax
TreeDetailInNode(setID, tree, effdt, detail_value, node)
Description
Use the TreeDetailInNode function to determine whether a specific record field value is a descendant of a specified node in a specified tree.
Note: This function is not compatible with the PeopleSoft Pure Internet Architecture. However, this function is still available for ...
TriggerBusinessEvent
Syntax
TriggerBusinessEvent(BUSPROCESS.bus_proc_name, BUSACTIVITY.activity_name,BUSEVENT.bus_event_name)
Description
Use the TriggerBusinessEvent funciton to trigger a business event and the workflow routings associated with that event. This function should only be used in Workflow PeopleCode. You can edit Workflow PeopleCode via the Event Definition dialog while you are defining a ...
Truncate
Syntax
Truncate(dec, digits)
Description
Use the Truncate function to truncate a decimal number dec to a specified precision.
Parameters
Field or Control |
Definition |
---|---|
digits |
A Number value that sets the precision of the truncation (that is, the number of digits to leave on the right side of the decimal ... |