Connect by JBRH Open Connect

Share a record with a colleague

Copy the address of the screen you are on and send it. A link is a location inside the application, never a grant: whoever opens it must sign in with Google, and what they then see is decided by which workspace they belong to. Somebody outside the workspace sees nothing, because isolation is enforced in three independent places rather than by hiding the link.

Status
Available What this means
Audience
both
In the app
#/relationships, #/inbox, #/pipeline, #/data
Last verified
Product version
6.3.2

Sharing one, and confirming it landed#

  1. Open the record you mean — the person, the deal, the conversation, the call — and take the address of the screen.

    Result You have a location that reopens to the same place.

  2. Check the colleague is a member of this workspace before you send it. If they are not, the link is not the missing piece; membership is.

    Result You avoid the common exchange where somebody reports a broken link and the real answer is that they were never in the workspace.

  3. Send it with one line of context saying what you want them to do. A link on its own is a location, not a request.

    Result The recipient knows whether they are reading, deciding, or acting.

  4. If the job is genuinely theirs, create a follow-up on the task channel instead of relying on the message being seen.

    Result The work is dated, carries a reason and sits in a queue that is worked — rather than in somebody's chat history. No drain ever sends a task follow-up, so it can only be closed by a person.

  5. Ask them to confirm what they can see.

    Result That is the verification, and it distinguishes the three failure modes below faster than any amount of checking from your side.

Why an outsider sees nothing#

Isolation here is not one check that could be forgotten. A request is filtered three times: an allowlist in the middleware decides whether this session may call this path at all, the workspace kernel filters every query the application makes, and the database applies row-level security underneath both. Sharing a link cannot bypass any of them, which is why the honest answer to "can I send this to our accountant" is "only if they are in the workspace".

One deliberate consequence surprises people. Website enquiries addressed to JBRH sit outside every workspace by design, on the platform's own control-plane table. A customer who cannot find such an enquiry in their workspace is seeing isolation working, not a fault.

Questions#

Can I share a record with someone outside the business?

Not by link. There is no anonymous or guest view. What you can share externally is content you deliberately extract — an export, a document, a summary — and that is a decision about data leaving the workspace rather than a link.

Does opening a shared record show up anywhere?

Actions are recorded with the person who took them; the decision log answers who released, approved or changed something months later. Treat the trail as an account of decisions rather than a page-view log.

Is the link stable if the record changes?

It points at the record, so renaming a person or moving a deal between stages does not break it. Merging two duplicate people is the case to watch: the surviving record is the one to share afterwards.

What is the difference between sharing and handing over?

Sharing shows somebody a record. Handing over transfers the work, which is a follow-up with a reason and a due date — and is documented separately, because the two get confused and the conversation then sits with nobody.