BulkInsertField
Syntax
BulkInsertField(ProjectName, Field.FieldName, ModelName, ClonePCode [, ExclProj])
Description
Use the BulkInsertField function to insert a source field into records and pages in a project if and only if the model field specified by ModelName exists on those records and pages.
If you specify a project that contains objects such ...
BulkModifyPageFieldOrder
Syntax
BulkModifyPageFieldOrder({ProjectName | PageList}, ColNames, RequireAll, [ColWidths])
Description
Use the BulkModifyPageFieldOrder function to reorder the grid columns as specified by ColNames . If ColWidths is specified, the columns are also resized. This can also be used to modify a single columns width.
Note: You must have the role Peoplesoft Administrator assigned ...
BulkUpdateIndexes
Syntax
BulkUpdateIndexes([StringFieldArray])
Description
Use BulkUpdateIndexes to update indexes (PSINDEXDEFN table) for records that contain a field whose NotUsed setting has changed.
A field whose NotUsed flag has been set to True does not show up in indexes. The only way to modify a field's NotUsed setting is through ...
CallAppEngine
Syntax
CallAppEngine(applid[, statereclist, processinstance, allowcommit])
Where statereclist is list of record objects in the form:
&staterecord1 [, &staterecord2] . . .
There can be only as many record objects in statereclist as there are state records for the Application Engine program. Additional record objects are ignored.
Description
Use the CallAppEngine function to start ...
CancelPubHeaderXmlDoc
Syntax
CancelPubHeaderXmlDoc(PubID, PubNode, ChannelName, VersionName)
Description
Use the CancelPubHeaderXmlDoc function to programmatically cancel the message header of a publication contract, 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 Cancel method ...
CancelPubXmlDoc
Syntax
CancelPubXmlDoc(PubID, PubNode, ChannelName, VersionName, MessageName, SubNode[, Segment])
Description
Use the CancelPubXmlDoc function to programmatically cancel a message publication contract, 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 Cancel method ...
CancelSubXmlDoc
Syntax
CancelSubXmlDoc(PubID, PubNode, ChannelName, VersionName, MessageName, SubscriptionName[, Segment])
Description
Use the CancelSubXmlDoc function to programmatically cancel a message subscription contract, 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 Cancel method ...
ChangeEmailAddress
Syntax
ChangeEmailAddress(Type, Address)
Description
Use the ChangeEmailAddress function to change the type of an email address that you've already added for the current user. You can only have one email address of a specific type for a user. If you try to use a type that already has ...
Char
Syntax
Char(n)
Description
Use the Char function to convert a decimal numeric value n to the corresponding Unicode character.
Parameters
Field or Control |
Definition |
---|---|
n |
The numeric value to be expressed as a decimal Unicode value. |
Returns
Returns a string representing the Unicode character corresponding to the number n .
CharType
Syntax
CharType(source_str, char_code)
Description
Use the CharType function to determine whether the first character in source_str is of type char_code . The char_code parameter is a numeric value representing a character type (see the following Parameters section for details). Most character types supported by this function equate to specific Unicode ...