Skip to main content

Troubleshooting

What this page is — the module-wide symptom index: what people actually run into in Orbit Papers, the cause, and the page that explains it in depth.

What it is for — so the first place you look is the place the problem usually is.

The problem it solves — most Papers questions come from a handful of behaviours that are correct but surprising, and each one costs an afternoon to rediscover.


1. What it is​

Each Papers page ends with its own troubleshooting table. This page gathers the symptoms that cross pages, and the behaviours that are correct but surprising, into one place ordered by where you meet them. Each row names the behaviour and what to do about it.

Use this page whenUse a page's own table when
You do not know which area the problem is inYou already know the screen
The cause spans areas (a type setting breaking signing)The symptom is local to one control

2. Why you would use it​

  • Most Papers tickets are one of about twenty known causes. Finding the row is faster than investigating from scratch.
  • It tells you what to change. "Signed but not executed" is almost always a missing lifecycle transition, not a signing failure — so you fix the type instead of re-sending the request.
  • It points at the fix, not only the cause. Every row links to the page with the steps.

3. Troubleshooting by symptom​

Access and visibility​

SymptomCauseRead
No Papers in the sidebarPlan lacks Papers, or role lacks the menu permissionsPermissions
Sidebar entry present but the screen refusesMenu granted without viewPermissions
A colleague sees documents you do notProject membership, or they hold Cross-project compliance read; unlocks "All projects" mode in the Repository.Overview
More documents than the project hasOrg-wide documents are included everywhereReport builder

Types and changes​

SymptomCauseRead
New Document has no typesNo type has a published versionGetting started
A template or field change did not reach old documentsTemplates, fields and lifecycles are frozen per versionOverview
A behaviour change did hit old documentsBehaviour switches live on the type and apply at onceBehaviour settings
The seal never rendersA seal must be bound to the type, which no screen currently doesBranding assets
Extraction schema changes do nothingThe extraction schema is not currently used — use smart fieldsBehaviour settings

Drafting and submitting​

SymptomCauseRead
Fields will not accept typingThe state is not draft, negotiation or returned — or you lack Edit draft documents / data values.Filling fields
Submitted with empty required fieldsThe action is not literally submitSubmitting
Nobody was notified after submitNo workflow on the transition — see the inbox's not routed sectionApprovals inbox
An approval landed with the organisation ownerA step's persona resolved to nobodyApprovals inbox
A template shows <no value>The template refers to a field that has no value on this documentTemplate builder

Finalizing, sharing, signing​

SymptomCauseRead
Finalized but Not numberedNo sequence on the type at finalize, and it is never back-filledFinalize and numbering
Recipient sees Link not found on a new linkThe document was never finalizedShare links
Counterparty can read but not actThe state is not one of the three portal-open statesCounterparty portal
An accepted redline is not in the textAccepting never merges wordingRedlines and rounds
Everyone signed, document not executedNo all_signed transitionAccepting and closing
One decline ended the whole requestBy designThe signing page

After execution​

SymptomCauseRead
Reminder emails every day, none on the due dateReminders stop the day before, and 0 days never sendsObligation register
An obligation never becomes missedIt is never set automaticallyObligation register
Cycle-time analytics count almost nothingOnly moves into a state named like "final" countAnalytics
Semantic search or Ask cannot find a draftThey only index finalized documentsSearch
Destroy left content behindDisposition purges only field valuesDisposition
Re-classifying shortened retentionRe-classification recomputes the keep-until dateRetention and holds

4. Field reference — messages, by exact text​

MessageMeaningRead
missing required fields: …Required fields are empty on submitSubmitting
this document is waiting on an approval decision (…)Move it from the inbox, not the documentApprovals inbox
you submitted this document, so you cannot approve it yourself…Self-approval ruleSubmitting
this document type requires approval before finalizing…Approve firstFinalize
this document type requires signature, so it cannot move to "…" unsigned…Complete signing firstAccepting and closing
document "…" must be finalized before requesting signaturesFinalize firstSending for signature
document is under legal hold and cannot be …Holds block finalize, revoke and supersedeRetention and holds
This document is not currently open for counterparty actions.Wrong state for portal actionsCounterparty portal
counterparty access has been revoked — add the party again to re-inviteRevocation is final for that partySending to a counterparty
type has no published versionPublish the typeGetting started

5. Worked example — diagnosing "the contract is stuck"​

A sales director reports: "MSA-2026-044 was signed by both sides last week and still shows out for signature. Finance can't invoice."

  1. Symptom row: Everyone signed, document not executed.
  2. Check signing: the signature panel shows completed, with the signed PDF attached. Signing worked.
  3. Check the type: the lifecycle has no transition with action all_signed. The refusal message had promised an automatic move, which only happens when that transition exists.
  4. Fix the document: someone with the lifecycle permission moves it to executed. Because a completed request exists, the requires-signature gate allows the move.
  5. Fix the type: the template owner adds all_signed from out for signature to executed and publishes a new version. The transition is read from the version, so documents created from older versions still need the manual move.
  6. Prevent recurrence: they list other types with Requires signature on and no all_signed, and add the transition to each.

Time to resolve: ten minutes, against a day of back-and-forth without the index.


6. The admin contract — settings that prevent most tickets​

ConfigurePrevents
A numbering sequence on every type that needs numbersPermanently unnumbered documents
A workflow on every approval transitionUnrouted, unnotified approvals
Submit actions named submitUnenforced required fields
An all_signed transition on signature typesSigned-but-stuck documents
Personas that resolve (managers recorded in People)Owner-fallback approvals
File-plan mappings for executed typesDocuments that never reach retention

7. Downstream​

When you find a new recurring symptom, add it to the page where it lives and here, described as behaviour with its workaround.


8. Don't confuse this with…​

PermissionsWho may do what — the cause of most "button missing" symptoms
Each page's own troubleshootingDeeper and local to one screen
AI capabilities referenceAI-specific behaviour, including capabilities that are not offered