CollabCreateSpace command (Business Edition)

This command creates a QuickPlace collaborative workspace.

Command structure

http://host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path.

Diagram of the command structure: the command starts with the fully qualified name of your WebSphere Commerce Server and the configuration path, followed by the command name, CollabCreateSpace  and the ? character. End the command with a list of parameters in the form of name value pairs. Separate each name value pair with the & character. For a detailed description of the parameters and their values, refer to the list entitled Parameter values.

Parameter values

name
(Required) The name of the collaborative workspace.
templateName
(Required) The name of the QuickPlace template that will be used for this collaborative workspace.
redirecturl
(Required) The URL to be called when the command completes successfully.
description
The description of this collaborative workspace.
accountId
The ID of the account that is associated with this collaborative workspace.
processId
The ID of the process that has created this collaborative workspace. The default processId is the name of the collaborative workspace.
processType
The type of process that has created this collaborative workspace. The default processType is "General".

Example

The following example creates a collaborative workspace using the template called "Contract" and associates it with the account ID "100".

http://myhostname/webapp/wcs/tools/servlet/CollabCreateSpace?
name=myContract123&accountId=100&templateName=Contract
&redirecturl=CollabListView

Behavior

Exception conditions

If the name, template, and redirection URL are not specified, the command fails.