Method GetReferencingDraftDocuments
GetReferencingDraftDocuments(ErpPdmId)
Gets referencing drafting documents of an erp pdm object
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 222, 80)]
List<ErpPdmId> GetReferencingDraftDocuments(ErpPdmId inPdmId)
Parameters
| Type | Name | Description |
|---|---|---|
| ErpPdmId | inPdmId | Erp identifier of the object |
Returns
| Type | Description |
|---|---|
| List<ErpPdmId> | referecing draft documents, as Erp pdm Objects. |