Method NotifyDocumentsImportedByErp
NotifyDocumentsImportedByErp(ErpPdmId, int, List<ErpPdmId>, List<int>, List<ErpPdmId>)
Notifies documents have been imported by Erp.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 222, 0)]
bool NotifyDocumentsImportedByErp(ErpPdmId inRootPdmId, int inRootErpItemIdentifier, List<ErpPdmId> inPdmIds, List<int> inErpItemIdentifiers, List<ErpPdmId> inStillPublishedPdmIds)
Parameters
| Type | Name | Description |
|---|---|---|
| ErpPdmId | inRootPdmId | Root PDM document identifier. |
| int | inRootErpItemIdentifier | ERP item identifiers corresponding to other documents. |
| List<ErpPdmId> | inPdmIds | Other PDM document identifiers. |
| List<int> | inErpItemIdentifiers | ERP item identifiers. |
| List<ErpPdmId> | inStillPublishedPdmIds | Still published documents (case of a part published by Asm1 and Asm2 and only Asm1 is imported). |
Returns
| Type | Description |
|---|---|
| bool | Success or failure. |