Skip to content

Technical

Components

This integration only adds a component to the frontend that gets mounted on the Document panel. The only webserver specifc code is the configuration class.

Database Structure

This integrations adds (see installation instructions) the following custom fields to the database:

  • table document
    • scrive_document_id will hold a reference to Scrive's document ID
    • scrive_document_status will hold the document's status (e.g. pending or signed)

All of the above fields are meant to be read-only.