{
    "billofmaterialsrevision": {
        "label": "BOM Revision",
        "scriptid": "billofmaterialsrevision",
        "content_type": "record",
        "references": "billofmaterialsrevision",
        "referenceField": "title"
    },
    "isclosed": {
        "label": "Is Closed",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "quantity": {
        "label": "Quantity",
        "content_type": "decimal_number"
    },
    "rate": {
        "label": "Rate",
        "content_type": "decimal_number"
    },
    "price": {
        "label": "Price",
        "content_type": "record",
        "references": "PriceLevel",
        "referenceField": "title",
        "wip_defaultvalue": "transaction.entity.pricelevel"
    },
    "subsidiary": {
        "label": "Subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title"
    },
    "item": {
        "label": "Item",
        "content_type": "record",
        "references": "Item",
        "referenceField": "title",
        "is_required": true
    },
    "itemtype": {
        "label": "Item Type",
        "content_type": "free_form_text"
    },
    "specialorder": {
        "label": "Special Order",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "kitcomponent": {
        "label": "Kit Component",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "costestimate": {
        "label": "Cost Estimate",
        "content_type": "decimal_number",
        "defaultvalue": "0.0"
    },
    "costestimaterate": {
        "label": "Cost Estimate Rate",
        "content_type": "decimal_number"
    },
    "linelastmodifieddate": {
        "label": "Line Last Modified Date",
        "content_type": "date"
    },
    "linesequencenumber": {
        "label": "Line Sequence Number",
        "content_type": "integer"
    },
    "transaction": {
        "label": "Transaction",
        "content_type": "record",
        "references": "CurrentRecord",
        "referencesAlt": "Transaction",
        "referenceField": "title"
    },
    "netamount": {
        "label": "Net Amount",
        "content_type": "decimal_number"
    },
    "isbillable": {
        "label": "Is Billable",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "units": {
        "label": "Units",
        "content_type": "integer"
    }
}
