{
    "Entities": [
        {
            "Schema": "Negocio",
            "Entity": "StockVehiculosNuevosUsados",
            "Definition": {
                "NewEnabled" : false,
                "EditEnabled": false,
                "DeleteEnabled": false
            },
            "SearchForm": {
                "UseSearch": true,
                "FieldDefinition" : [
                    {"FieldName" : "IdTipoVehiculo","Label": "Tipo Operacion", "Show": true},
                    {"FieldName" : "IdCiudad","Label": "IdCiudad", "Show": true},
                    {"FieldName" : "IdSucursal","Label": "IdSucursal", "Show": true},
                    {"FieldName" : "IdAreaNegocio","Label": "IdAreaNegocio", "Show": true},
                    {"FieldName" : "IdMarcaSiga","Label": "Marca", "Show": true},
                    {"FieldName" : "Modelo","Label": "Modelo", "Show": true},
                    {"FieldName" : "Version","Label": "Version", "Show": true},
                    {"FieldName" : "Chassis","Label": "Chassis", "Show": true},
                    {"FieldName" : "VIN","Label": "VIN", "Show": true},
                    {"FieldName" : "Patente","Label": "Patente", "Show": true}
                ]
            }
        }
    ]
}