.NET Framework Class Library
PDMSystem.DBWERPBomExists Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
In case of DBWERP, check if Bom data are available about given document.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function DBWERPBomExists ( _ docUid As String _ |
C# |
|---|
public bool DBWERPBomExists( string docUid |
Visual C++ |
|---|
public: bool DBWERPBomExists( |
JavaScript |
|---|
function dbwerpBomExists(docUid); |
Parameters
docUid
Type: System.String
unique id of the document to search ERP data of
Return Value
TRUE if DBWERP data are available, FALSE otherwise
Remarks
See Also