TreeINFO-For-M365 documentation
    Preparing search index...

    Interface TaskViewWP

    Example:

    {
    "Columns": [
    {
    "InternalName": "DocIcon",
    "DisplayLink": true,
    "Name": "",
    "Width": "16px"
    },
    {
    "InternalName": "Title",
    "IsTaskColumn": true,
    "DisplayLink": true
    },
    {
    "InternalName": "Created",
    "IsTaskColumn": true,
    "DisplayFormat": 0
    },
    {
    "InternalName": "s_invoiceBarcode"
    },
    {
    "InternalName": "s_supplierName"
    }
    ]
    }
    interface TaskViewWP {
        Columns: Column[];
    }
    Index

    Properties

    Properties

    Columns: Column[]

    Array of column configurations that define which fields to display in the task view table and how they should be rendered.