UpdateSysVersion

Mon 01 January 2018

Syntax

UpdateSysVersion()

Description

Use the UpdateSysVersion function to coordinate system changes and changes to system objects maintained by pages, such as messages and Set Tables. This function is not normally used in standard applications and should only used in PeopleSoft-provided extensions of PeopleTools.

Returns

Returns the updated system version Number.

read more

UpdateValue

Mon 01 January 2018

Syntax

UpdateValue(scrollpath, [recordname.]fieldname, target_row, value)

where scrollpath is:

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

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

Description

Use the UpdateValue function to update the value of a specified ...

read more

UpdateXmlDoc

Mon 01 January 2018

Syntax

UpdateXmlDoc(&XmlDoc, PubID, PubNode, ChannelName, VersionName [, Message Name [, SubNode[, Segment]]])

Description

Use the UpdateXmlDoc function to update a message in the message queue with the specified message version.

Note: This function has been deprecated and remains for backward compatibility only. Use the IntBroker class UpdateXmlDoc method instead.

If VersionName ...

read more

Upper

Mon 01 January 2018

Syntax

Upper(str)

Description

Use the Upper function to convert a text string to all uppercase. This function can be used to perform a case-insensitive string comparison. Upper does not change characters that are not letters or characters that do not have case sensitivity.

Parameters

Field or Control

Definition

str ...
read more

Value

Mon 01 January 2018

Syntax

Value(string)

Description

Use the Value function to convert a string representing a number to the number.

To convert a number using the user's local format for the number, use the ValueUser function.

Parameters

Field or Control

Definition

string

A String value representing a number.

Returns

Returns the ...

read more

ValueUser

Mon 01 January 2018

Syntax

ValueUser(str)

Description

Use the ValueUser function to convert a string representing a number to the number, using the locale-specific format for the current user to interpret the number. For example, if the locale or user level personalization settings specify to use a comma as the decimal separator, the ...

read more

VerifyHash

Mon 01 January 2018

Syntax

VerifyHash(cleartext_string, salt_string, hashed_string)

Description

Use the VerifyHash function to verify that the combination of an input clear text string plus salt string generates a hashed value that is the same as a hashed string generated by the HashWithSalt function.

The VerifyHash function is general purpose, in that it ...

read more

VerifyOprPassword

Mon 01 January 2018

Syntax

VerifyOprPassword(O_or_U, user_ID, cleartext_pwd)

Description

Use the VerifyOprPassword function to verify that an input clear text string matches the password hashed by either HashWithSalt or Hash and stored in the PSOPRDEFN table.

Parameters

Field or Control

Definition

O_or_U

Indicates which PSOPRDEFN field to use when matching the user ID ...

read more

ViewAttachment

Mon 01 January 2018

Syntax

ViewAttachment(URLSource, DirAndSysFileName, UserFileName [, NewWindow[, PreserveCase]])

Description

Use the ViewAttachment function to download a file from its source storage location and open it locally on the end-user machine.

By using the UserFileName parameter, the copy of the file to be viewed may be given a different name than the ...

read more

ViewContentURL

Mon 01 January 2018

Syntax

ViewContentURL(URL_str | URL.URL_ID) 

Description

Use the ViewContentURL function to launch a new browser window and navigates to the location specified by URL_str or URL. URL_ID .

The content specified by the URL is not wrapped by the portal template. Therefore, you can use this function when you want to ...

read more