Overall Trophies

From July 2023 Overall Trophies has been deprecated.

When a major event such as the World Bowls Championships or the New Zealand Dominion Tournament has been completed you can use Overall Trophies to determine the winning country (Leonard / Taylor Trophies) or the best-performing individual man and women.

The details are beyond the scope of this documentation but, as an example, the json to control the World Championship sheet would be:

{
    "overallTrophies": {
        "trophies": [{
            "name": "Men",
            "sumBy": "org",
            "playerOrgs": false,
            "poolPlay": {
                "include": true,
                "treatByeAsForfeit": true
            },
            "sheets": ["World Champs 2016 Men 1", "World Champs 2016 Men 2"]
        }, {
            "name": "Women",
            "sumBy": "org",
            "playerOrgs": false,
            "poolPlay": {
                "include": true,
                "treatByeAsForfeit": true
            },
            "sheets": ["World Champs 2016 Women 1", "World Champs 2016 Women 2"]
        }]
    }
}