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
documentscrive_document_idwill hold a reference to Scrive's document IDscrive_document_statuswill hold the document's status (e.g. pending or signed)
All of the above fields are meant to be read-only.