Method DeactivateRow
DeactivateRow(DocumentId, int)
Deactivates a row of a BOM.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
void DeactivateRow(DocumentId inDocumentId, int inRowId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to modify. |
| int | inRowId | Identifier of the row to deactivate. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.12.