Method IsRowActive
IsRowActive(DocumentId, int)
Tells whether a row of a BOM is active.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
bool IsRowActive(DocumentId inDocumentId, int inRowId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to analyze. |
| int | inRowId | Identifier of the row to analyze. |
Returns
| Type | Description |
|---|---|
| bool | Whether the row is active. |
Remarks
This method is available since v7.12.