DocIssueRequestInfo Method - Integration - Update 44 - Help - Hexagon

SmartPlant Integration COM Help

Language
English
Product
Integration
Search by Category
Help
SmartPlant Foundation / SDx Version
10
Smart P&ID Version
9 (2019)
Smart Engineering Manager Version
10 (2019)

Description

This method is called by the EFCommonUI after a successful issue request operation of a document by the tool in the context of a project. This method has two arguments: one for the retrieved document object and the second is the document meta-data container.

The document meta-data container has ‘IssueRequests’ relationships between a document and a contract. A document can be issue requested to more than one contract, in which case there will be multiple ‘IssueRequests’ relationships, one for each contract the document has issue requested. This relationship will give the UID of the contract. To get the contract object, the tool will need to retrieve the Project Breakdown Structure (PBS) document.

Arguments

Name

Data type

Input/output

Description

oDocObj

IObject

Input

Document object in the issue request

oDocMetaData

IContainer

Input

IContainer object pointing to document meta-data that contains IssueRequests relationships.

Return Value

None.

Comments

If the method fails, the tool will raise an error and set Err.Number and Err.Description appropriately.