{
    "billingmode": {
        "label": "Billing Mode",
        "content_type": "list",
        "list_id": "billingmode"
    },
    "catalogtype": {
        "label": "Catalog Type",
        "content_type": "list",
        "list_id": "catalogtype"
    },
    "class": {
        "label": "Class",
        "scriptid": "class",
        "content_type": "record",
        "references": "Classification",
        "referenceField": "title"
    },
    "department": {
        "label": "Department",
        "scriptid": "department",
        "content_type": "record",
        "references": "Department",
        "referenceField": "title"
    },
    "enddate": {
        "label": "End Date",
        "content_type": "date"
    },
    "estimatedrevrecenddate": {
        "label": "Estimated Revenue Recognition End Date ",
        "content_type": "date"
    },
    "isincluded": {
        "label": "Is Included",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "item": {
        "label": "Item",
        "scriptid": "class",
        "content_type": "record",
        "references": "ServiceItem",
        "referenceField": "title"
    },
    "location": {
        "label": "Location",
        "scriptid": "location",
        "content_type": "record",
        "references": "Location",
        "referenceField": "title"
    },
    "ponumber": {
        "label": "PO #",
        "content_type": "free_form_text"
    },
    "prepaymentremaining": {
        "label": "Prepayment Remaining",
        "content_type": "decimal_number",
        "defaultvalue": "0.0"
    },
    "prepaymentusage": {
        "label": "Prepayment Usage",
        "content_type": "decimal_number",
        "defaultvalue": "0.0"
    },
    "prorateenddate": {
        "label": "Prorate End Date",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "proratestartdate": {
        "label": "Prorate Start Date",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "recurrencestartdate": {
        "label": "Recurrence Start Date",
        "content_type": "date"
    },
    "revrecoption": {
        "label": "Revenue Recognition Option",
        "content_type": "list",
        "list_id": "revrecoption"
    },
    "salesorder": {
        "label": "Sales Order",
        "scriptid": "class",
        "content_type": "record",
        "references": "SalesOrder",
        "referenceField": "title"
    },
    "startdate": {
        "label": "Start Date",
        "content_type": "date"
    },
    "subscription": {
        "label": "Subscription",
        "scriptid": "subscription",
        "content_type": "record",
        "references": "Subscription",
        "referenceField": "title"
    },
    "subscriptionlinestatus": {
        "label": "Subscription Line Status",
        "content_type": "list",
        "list_id": "subscriptionlinestatus"
    },
    "subscriptionlinetype": {
        "label": "Subscriptino Line Type",
        "content_type": "integer"
    },
    "subscriptionplan": {
        "label": "Subscription Plan",
        "scriptid": "subscriptionplan",
        "content_type": "record",
        "references": "SubscriptionPlan",
        "referenceField": "title"
    },
    "subscriptionplanline": {
        "label": "Subscriptino Plan Line",
        "content_type": "integer"
    },
    "linenumber": {
        "label": "Line",
        "content_type": "integer",
        "disabled": true
    },
    "total": {
        "label": "Total",
        "content_type": "decimal_number",
        "defaultvalue": "0.0"
    },
    "totallineamount": {
        "label": "Total Line Amount",
        "content_type": "decimal_number",
        "defaultvalue": "0.0"
    }
}
