Show / Hide Table of Contents

    FormTemplates

    Queryable, Introduced in version 22.5

    GET https://localhost:8001/sv/001.1/api/v1/Common/FormTemplates
    

    Represents a measuring or maintenance form template.

    GUID

    A11F4598-EC23-4BE4-88C5-E4E9899678F7
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the entity.
    Code String The human readable identifier of the form template.

    • Max length is 40
    • Not nullable
    • Unique
    Comment Comments The comment of the form template.

    • Expandable
    CommentId Int64? The business key identifier of the form template's comment.

    • References Comments
    Description String The translated description of the form template.
    ControlDataType Int32 The type of the template form which specifices in which apps the form can be used.

    • Maintenance: 0
    • MeasuringData: 1
    Type Int32 The usage type of the measuring template form that restricts in which module the measuring form template can be used.

    • None: 0
    • Manufacturing: 1
    • Purchase: 2

    • Bitmask

    Example

    {
      "Id": 0,
      "Code": null,
      "Comment": null,
      "CommentId": null,
      "Description": null,
      "ControlDataType": 0,
      "Type": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB