GrooveLocal.View Operation

The View operation displays the specified workspace, tool, or Forms tool record. If a Forms tool record is specified, the corresponding Forms tool is loaded and a form with the record's data is displayed.

HTTP Post URL

The HTTP Post URL targets the service. This URI is a top-level HTTP Post URL that you supply directly; it is not returned as a value by another operation. There is no service-specific data in this HTTP Post URL.

Input Message Header

GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.

Input Message Parameters

<GrooveURI />
<OpenNewWindow />
Element Data type Description

GrooveURI

xs:anyURI

Specifies the tool, workspace, or Forms tool record to be displayed. The GrooveURI that identifies a tool is provided in the Data element of the GrooveTools.Read operation. The GrooveURI that identifies a workspace is provided by the SpaceURI element of the GrooveSpaces.Read operation. A Forms tool record URI can be obtained from the RecordURI field in a Forms2RecordDataSet returned by operations such as the GrooveForms2.QueryRecords operation.

OpenNewWindow

xs:boolean

Specifies that the tool or workspace should be opened in a new window. If the workspace specified or the workspace containing the specified tool is currently open in a window and this parameter is true, then a new window will be opened. If this parameter is false, then the existing window will be used.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

See Also

Reference

GrooveLocal Web Service
Forms2RecordDataSet Complex Type

Concepts

Accessing Forms Tool Records