Database Exclusive Events in Document Central
This article describes the events provided by Document Central related to the Database Upload/Deletion process.
Publisher
Codeunit 5492908 "SIM_DMS Event Publisher"
Database Repository Exclusive Events
OnBeforeDeleteDocumentInDatabaseRepository
Raised
This event triggers before the document gets deleted from the Database Repository.
Parameter
Name | Type | Description |
---|---|---|
ParamRecordSIMDMSDocumentEntry | Record "SIM_DMS Document Entry" | The Document Entry that gets Deleted. |
OnBeforeDocumentUploadToDatabase
Raised
This event triggers before the document gets created in the Database Repository.
Parameter
Name | Type | Description |
---|---|---|
ParamRecordSIMDMSDocumentEntry | Record "SIM_DMS Document Entry" | The Document Entry that gets Deleted. |
ParamFileNameText | Text | The File Name of the Document. |
OnAfterSuccessfulDocumentUploadAttemptToDatabase
Raised
This event triggers after the document gets created in the Database Repository.
Parameter
Name | Type | Description |
---|---|---|
ParamRecordSIMDMSDocumentEntry | Record "SIM_DMS Document Entry" | The Document Entry that gets Deleted. |
ParamFileNameText | Text | The File Name of the Created Document. |