ResizeImage
Syntax
ResizeImage(URL.source_URL, URL.dest_URL, array_of_sizes [, type][, aspect_ratio])
Description
Use the ResizeImage function to create one or more resized copies of the source image. Depending on the image source, ResizeImage supports the following image formats only:
-
Record field: BMP and JPEG.
-
File system folder: BMP, GIF, JPEG, and PNG ...
ReSubmitPubHeaderXmlDoc
Syntax
ReSubmitPubHeaderXmlDoc(PubID, PubNode, ChannelName, VersionName)
Description
Use the ReSubmitPubHeaderXmlDoc function to programmatically resubmit a message instance, as the message instance existed before any transformations were performed, much the same as you can do in the message monitor. This function resubmits the corresponding publication contract header.
Note: This function has ...
ReSubmitPubXmlDoc
Syntax
ReSubmitPubXmlDoc(PubID, PubNode, ChannelName, VersionName, MessageName, SubNode[, Segment])
Description
Use the ReSubmitPubXmlDoc function to programmatically resubmit a message, much the same as you can do in the message monitor.
Note: This function has been deprecated and remains for backward compatibility only. Use the IntBroker class Resubmit method instead.
This ...
ReSubmitSubXmlDoc
Syntax
ReSubmitSubXmlDoc(PubID, PubNode, ChannelName, VersionName, MessageName, SubscriptionName[, Segment])
Description
Use the ReSubmitSubXmlDoc function to programmatically resubmit a message, much the same as you can do in the message monitor. This function resubmits the corresponding subscription contract.
Note: This function has been deprecated and remains for backward compatibility only. Use ...
Return
Syntax
Return [expression]
Description
Use the Return function to return from the currently active function; the flow of execution continues from the point where the function was called.
If the function or method returns a result, that is, if a return value is specified in the Returns clause of the ...
Returns
Description
Use the Returns keyword in function definitions and in method declarations and definitions.
ReturnToServer
Syntax
ReturnToServer({True | False | &NODE_ARRAY, | &Message})
Description
Use the ReturnToServer function to return a value from a PeopleCode messaging program to the publication or subscription server.
Note: ReturnToServer is a special case of a built-in function that's no longer supported. The deprecated handler for OnRequest subscriptions cannot be upgraded ...
ReValidateNRXmlDoc
Syntax
ReValidateNRXmlDoc(NRID, EntityName)
Description
Use the ReValidateNRXmlDoc function to revalidate a non-repudiation XML message. After a document has been signed and validated, you can use this function to verify it was delivered or received by the system calling the function. This function is primarily used by the Message Monitor ...
RevalidatePassword
Syntax
RevalidatePassword()
Description
Use the RevalidatePassword function to revalidate the password that the current user used to sign onto the PeopleSoft application.
Note: In certain scenarios such as LDAP authentication and depending on the implementation, the user ID used for signon might differ from the operator ID of user profile ...
Right
Syntax
Right(str [, num_chars])
Description
Use the Right function to return a specified number of characters from the right side of a string. The function is useful if, for example, you want to get the last set of characters in a zip code or other fixed-length identification string. If the ...