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