GetPSQueryPromptRecord method: ReportDefn class
Syntax
GetPSQueryPromptRecord()
Description
Use the GetPSQueryPromptRecord method to return the runtime prompts of a query as a record object. This method should only be used when the data source type associated with the report definition is a PeopleSoft query or a Composite Query. This method returns a null when the data source type isn't a PeopleSoft Query or a Composite Query.
Parameters
None.
Returns
A record object populated with the query prompts if the data source definition is a PeopleSoft query or a Composite Query, null otherwise.
Related Topics