Add Connection Request
Allows a Person to create a new Connection.
Last updated
Allows a Person to create a new Connection.
Last updated
⚙️ Powered by Rock RMS
If you are unfamiliar with Connections in Rock, please first refer to the connections manual.
The only thing required for this block to function is the RequesterId
. This can be the string IdKey
or Guid
of the Requester.
The connection types that will be made available to this block. If none are selected, all available connection types will be shown.
The navigation command to execute after a save successfully occurs.
The navigation command to execute when the "cancel" button is pressed.
Key | Type | Description |
---|---|---|
RequesterId | string | The Id Key of the requester. Really the only "required" data point. |
ConnectionTypeId | string | When provided, the connection type will be locked to this value and only display opportunities of its' own type. |
ConnectionOpportunityId | string | When provided, the connection opportunity will be locked to this value. Must be accompanied with a ConnectionTypeId. |
ConnectorId | string | When provided, the connector list will pre-select to this value. The field will not be locked. |