{
    "billofmaterials": {
        "label": "Bill of Materials",
        "content_type": "record",
        "references": "BillOfMaterial",
        "referenceField": "title"
    },
    "billofmaterialsrevision": {
        "label": "Bill of Materials Revision",
        "content_type": "record",
        "references": "BillOfMaterialsRevision",
        "referenceField": "title"
    },
    "createddate": {
        "label": "Created Date",
        "content_type": "date"
    },
    "location": {
        "label": "Location",
        "content_type": "record",
        "references": "Location",
        "referenceField": "title"
    },
    "manufacturingrouting": {
        "label": "Manufacturing Routing",
        "content_type": "integer_number"
    },
    "postingperiod": {
        "label": "Posting Period",
        "content_type": "integer_number"
    },
    "prevdate": {
        "label": "Previous Date",
        "content_type": "date"
    },
    "subsidiary": {
        "label": "Subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title"
    },
    "trandate": {
        "label": "Transaction Date",
        "content_type": "date"
    },
    "tranid": {
        "label": "Transaction ID",
        "content_type": "free_form_text"
    },
    "createdfrom": {
        "label": "Created From",
        "content_type": "record",
        "references": "WorkOrder",
        "referenceField": "title"
    },
    "type": {
        "label": "Type",
        "content_type": "free_form_text"
    }
}
