Show / Hide Table of Contents

    ExtraFieldOptionTemplates

    Queryable, Introduced in version 2.18

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

    Represents an extra field option template.

    GUID

    08DC4F64-ABEE-40BE-97BA-A39552C2DCCC
    

    Required permission

    Show extra fields
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the extra field option template.
    Code String The human readable code of the extra field option template.

    • Max length is 12
    • Not nullable
    IsActive Boolean Specifies whether or not the extra field option template is active in the system.
    Description String The translated description of the extra field option template.
    ExtraFieldTemplateId Int64 The business key identifier of the extra field template that the extra field option
    template belongs to.

    • References ExtraFieldTemplates

    Example

    {
      "Id": 0,
      "Code": null,
      "IsActive": false,
      "Description": null,
      "ExtraFieldTemplateId": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB