Show / Hide Table of Contents

    OperationRowControlDataRows

    Queryable, Introduced in version 22.5

    GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/OperationRowControlDataRows
    

    Represents a measuring plan for an operation row.

    GUID

    C92286E5-7C4A-4669-B5DF-2226D6E6EECB
    

    Required permission

    Show manufacturing orders
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the entity.
    OperationRowId Int64 The business key identifier of the operation row that the row relates to.

    • References OperationRows
    MeasuringTemplateId Int64 The business key identifier of the measuring template that the row relates to.

    • References MeasuringTemplates
    OverriddenFormTemplateId Int64? The business key identifier of the form template specified for this row.

    • References FormTemplates
    OverriddenFrequencyText String The frequency text specified for this row.

    • Max length is 80
    OverriddenIntervalAmount Int32? The quantity value specified for this row.
    OverriddenInterval Int32? The interval value specified for this row.
    WorkCenterId Int64? The business key identifier of the work center that the row relates to.

    • References WorkCenters

    Example

    {
      "Id": 0,
      "OperationRowId": 0,
      "MeasuringTemplateId": 0,
      "OverriddenFormTemplateId": null,
      "OverriddenFrequencyText": null,
      "OverriddenIntervalAmount": null,
      "OverriddenInterval": null,
      "WorkCenterId": null
    }
    
    In This Article
    • GUID
    • Required permission
    • Properties
    • Example
    Back to top Copyright © 2023 Monitor ERP System AB