You can influence the parts import process from the Eplan Data Portal by changing the behaviour just before the import to P8 and just after the import to P8. The EDataPreImportAction must be implemented in order to display or modify the parts before the import and the implementation of EDataPostImportAction is necessary for influencing the parts after the import.
The following example uses a custom add-in to show the part path in a message box before importing from the Data Portal using the EDataPreImportAction:
In the same way, the part can be queried or edited after the import via the EDataPostImportAction.