{
    "title": {
        "label": "Title",
        "content_type": "free_form_text",
        "is_required": true
    },
    "tranid": {
        "label": "Transaction ID",
        "content_type": "free_form_text",
        "disabled": true,
        "hide_on_create": true
    },
    "entity": {
        "label": "Entity",
        "content_type": "record",
        "references": "Customer",
        "referenceField": "title",
        "filterid": "subsidiary",
        "is_required": true
    },
    "expectedclosedate": {
        "label": "Expected Close Date",
        "content_type": "date",
        "is_required": true
    },
    "duedate": {
        "label": "Due Date",
        "content_type": "date",
        "is_required": true
    },
    "leadsource": {
        "label": "Lead Source",
        "content_type": "free_form_text"
    },
    "forecasttype": {
        "label": "Forecast Type",
        "content_type": "list",
        "list_id": "forecasttype"
    },
    "probability": {
        "label": "Probability (%)",
        "content_type": "percent",
        "defaultvalue": false
    },
    "terms": {
        "label": "Terms",
        "content_type": "free_form_text"
    },
    "memo": {
        "label": "Memo",
        "content_type": "free_form_text"
    },
    "subsidiary": {
        "label": "Subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title",
        "defaultvalue": false
    },
    "entitystatus": {
        "label": "Status",
        "content_type": "list",
        "list_id": "estimatestatus"
    },
    "estgrossprofit": {
        "label": "Estimated Gross Profit",
        "content_type": "currency"
    },
    "estgrossprofitpercent": {
        "label": "Estimated Gross Profit Percent",
        "content_type": "percent"
    },
    "exchangerate": {
        "label": "Exchange Rate",
        "content_type": "integer_number"
    },
    "opportunity": {
        "label": "Opportunity",
        "content_type": "record",
        "references": "Opportunity",
        "referenceField": "title",
        "filterid": "subsidiary"
    },
    "tobeprinted": {
        "label": "To Be Printed",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "visibletocustomer": {
        "label": "Visible To Customer",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "trandate": {
        "label": "Transaction Date",
        "content_type": "date",
        "is_required": true
    },
    "class": {
        "label": "Class",
        "content_type": "record",
        "references": "Classification",
        "referenceField": "title",
        "filterid": "subsidiary",
        "is_required": true
    },
    "transactionnumber": {
        "label": "Transaction Number",
        "content_type": "free_form_text",
        "disabled": true
    }
}
