{
    "groups": [
        {
            "id": "essential",
            "name": "Essential Records",
            "order": [
                "subsidiary", "employee", "location", "customer"
            ]
        },
        {
            "id": "projectmanagement",
            "name": "Project Management",
            "order": [
                "job", "projecttask", "charge", "customrecordsubtasks", "timebill"
            ]
        },
        {
            "id": "crm",
            "name": "CRM",
            "order": [
                "opportunity", "estimate", "salesorder", "invoice", "subscriptionplan", "account", "subscriptionline", "subscription"
            ]
        },
        {
            "id": "manufacturing",
            "name": "Manufacturing",
            "order": [
                "inventoryitem", "assemblyitem", "billofmaterial", "billofmaterialsrevision", "workorder"
            ]
        }
    ],
    "recordtypes": [
        {"name": "", "type": "subsidiary", "id": "subsidiary", "groups": ["projectmanagement", "crm"] },
        {"name": "", "type": "customer", "id": "customer", "groups": ["projectmanagement", "crm"] },
        {"name": "", "type": "employee", "id": "employee", "groups": ["projectmanagement", "crm"] },
        {"name": "", "type": "timeentry", "id": "timebill", "groups": ["projectmanagement"] },
        {"name": "", "type": "project", "id": "job", "groups": ["projectmanagement"] },
        {"name": "", "type": "projecttask", "id": "projecttask", "groups": ["projectmanagement"] },
        {"name": "", "type": "location", "id": "location", "groups": ["projectmanagement", "crm"] },
        {"name": "", "type": "estimate", "id": "estimate", "groups": ["crm"] },
        {"name": "", "type": "opportunity", "id": "opportunity", "groups": ["crm"] },
        {"name": "", "type": "salesorder", "id": "salesorder", "groups": ["crm"] },
        {"name": "", "type": "invoice", "id": "invoice", "groups": ["crm"] },
        {"name": "", "type": "subtask", "id": "customrecordsubtasks", "groups": ["projectmanagement"] },
        {"name": "", "type": "subscriptionplan", "id": "subscriptionplan", "groups": ["crm"] },
        {"name": "", "type": "account", "id": "account", "groups": ["crm"] },
        {"name": "", "type": "subscriptionline", "id": "subscriptionline", "groups": ["crm"] },
        {"name": "", "type": "subscription", "id": "subscription", "groups": ["crm"] },
        {"name": "", "type": "charge", "id": "charge", "groups": ["projectmanagement"] },
        {"name": "", "type": "billofmaterial", "id": "billofmaterial", "groups": ["manufacturing"] },
        {"name": "", "type": "billofmaterialsrevision", "id": "billofmaterialsrevision", "groups": ["manufacturing"] },
        {"name": "", "type": "inventoryitem", "id": "inventoryitem", "groups": ["manufacturing"] },
        {"name": "", "type": "assembly", "id": "assemblyitem", "groups": ["manufacturing"] },
        {"name": "", "type": "workorder", "id": "workorder", "groups": ["manufacturing"] }
    ]
}
