GetAttachment

Mon 01 January 2018

Syntax

GetAttachment(URLSource, DirAndSysFileName, DirAndLocalFileName[, LocalDirEnvVar[, PreserveCase]])

Description

Use the GetAttachment function to download a file from its source storage location to the file system of the application server. The file system of the application server includes any directories accessible from the application server including those on local disks as ...

read more

GetAttachmentURL

Mon 01 January 2018

Syntax

GetAttachmentURL(URLSource, DirAndSysFileName, UserFileName , AttachmentURL [, AuthToken][, ContentURI][, PreserveCase])

Description

Use the GetAttachmentURL function within a Mobile Application Platform (MAP) application to temporarily download a file from its source storage location and return the associated attachment URL. This attachment URL can subsequently be used by the MAP application to temporarily ...

read more

GetBiDoc

Mon 01 January 2018

Syntax

GetBiDoc(XMLstring)

Description

Use the GetBiDoc function to create a BiDocs structure. You can populate the structure with data from XMLstring . This is part of the incoming Business Interlink functionality, which enables PeopleCode to receive an XML request and return an XML response.

Note: Business Interlinks is a deprecated ...

read more

GetBreadcrumbs

Mon 01 January 2018

Syntax

GetBreadcrumbs()

Description

Note: This function has been deprecated and is retained for backward compatibility only.

Use the GetBreadcrumbs function to return the user’s current history stack as an array of array of string in reverse order of access—that is, the first history record in the list represents ...

read more

GetCalendarDate

Mon 01 January 2018

Syntax

GetCalendarDate(comparedate, periods, periodadjustment,outfieldname, company, paygroup)

Description

Use the GetCalendarDate function to return the value of a Date field from the PS_PAY_CALENDAR table. If a table entry is not found, GetCalendarDate returns 1899-01-01.

Parameters

Field or Control

Definition

comparedate

A date field set by the caller as the ...

read more

GetChart

Mon 01 January 2018

Syntax

GetChart(RecordName.FieldName)

Description

Use the GetChart function to get a reference to a Chart object.

A chart must be associated with a record and field merely so that the chart object can be instantiated in PeopleCode. Which record and field you use doesn't matter. Commonly, the same ...

read more

GetChartURL

Mon 01 January 2018

Syntax

GetChartURL(&Chart)

Description

Use the GetChartURL function to generate the URL of a chart object. This URL can then be used in your application for displaying a chart.

GetChartURL can be used only with the Chart class and Gantt class.

Parameters

Field or Control

Definition

&Chart

Specify an already ...

read more

GetComponentTitle

Mon 01 January 2018

Syntax

GetComponentTitle()

Description

Use the GetComponentTitle function to return the name of the component (from the component definition).

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A String value.

read more

GetCwd

Mon 01 January 2018

Syntax

GetCwd()

Description

Use the GetCwd function to determine the current working directory of the process that executes it. This means that in PeopleSoft Pure Internet Architecture it returns the current working directory on the server, in an Application Engine program it returns the current working directory of the Application ...

read more

GetDialGauge

Mon 01 January 2018

Syntax

GetDialGauge(RecordName.FieldName)

Description

Use the GetDialGauge function to get a reference to a DialGauge object.

A gauge must be associated with a record and field merely so that the gauge object can be instantiated in PeopleCode. Which record and field you use doesn't matter. Commonly, the same ...

read more