GetAttachment
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 ...
GetAttachmentURL
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 ...
GetBiDoc
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 ...
GetBreadcrumbs
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 ...
GetCalendarDate
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 ... |
GetChart
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 ...
GetChartURL
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 ... |
GetComponentTitle
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.
GetCwd
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 ...
GetDialGauge
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 ...