ProIntegrationLib allows the extension or adjustment of the functionality by Business Add-Ins at defined points. Business Add-Ins are special class implementations that can be created in the customer installation for predefined interfaces and can be filled with code. You maintain Business Add-Ins using transaction SE19.
Below is an overview of all Business Add-Ins.
Definition /PRONOVIA/GCP01
BusinessAddIn |
Description |
---|---|
BUILD_DOC_ATTR |
Formatting the attributes to be written for a document. |
WRITE_DOC_ATTR |
Writing the CAD attributes for a document. |
READ_DOC_ATTR |
Read the CAD attributes for a document. |
BEFORE_CREATE_STR |
Before creating or modifying a structure for RELTY = PARCHILDSTR. |
AFTER_CREATE_STR |
After creating or modifying a structure for RELTY = PARCHILDSTR. |
BUILD_FILE_NAME |
Create path and file name. |
BEFORE_OBJ_HANDLING |
Before handling the objects (before internal call PRISECDOC). |
AFTER_OBJ_HANDLING |
After handling the objects (after calling PRISECDOC and after all CAD-relevant actions). |
Definition /PRONOVIA/GCPCDESK (only for CAD desktop integration)
BusinessAddIn |
Description |
---|---|
CREATE_DOCUMENT_NEW |
Allows user-defined actions and the manipulation of internal data at different times when creating new documents from the CAD desktop (also Copy & Replace).
|
CREATE_DOCUMENT_VERSION |
Allows you to perform your own actions and manipulate internal data at different points in time when versioning a document from the CAD desktop.
|