You are here: BlueCieloECM.GcfSupport class > RequestOwner function

RequestOwner function

This function is called by a remote vault when the remote user clicks the Claim button in the Collaboration tab. RequestOwner will call OwnershipStatus, and if that returns an empty string, it will schedule an immediate transfer.

Syntax

Function RequestOwner(RemoteShare, Email, Message, WPID)
Parameters
Name Description

RemoteShare

The share name of the vault to which the document should be sent.

Email

The email address to which to send a message when ownership is received in the requesting vault.

Message

The message to be sent in the email body.

WPID

The ID of the work area from which the document should be read.

Return value

When successful, returns True.

Related concepts

Understanding document ownership

Understanding ownership transfers

Cross-site workflow implementation

Understanding claim ownership transfers

Related tasks

Calculating import notification messages

Transferring ownership upon release

Related information

GCF privileges

GCFInitiateTransfer function

InitiateTransfer function