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

    Interface FormConfig

    Example:

    {
    "Groups": [
    {
    "Name": "Supplier",
    "Fields": [
    {
    "InternalName": "Title",
    "Hidden": true
    },
    {
    "InternalName": "s_supplierId",
    "Required": true
    },
    {
    "InternalName": "s_supplierName",
    "ReadOnly": true
    }
    ]
    }
    ],
    "Resources": [
    {
    "LCID": 1029,
    "Supplier": "Dodavatel"
    },
    {
    "LCID": 1033,
    "Supplier": "Dupplier"
    }
    ]
    }
    interface FormConfig {
        ActionButtons: ActionButton[];
        CustomScript?: string;
        CustomStyle?: string;
        DisplayGroupsAsTabs?: boolean;
        Groups: Group[];
        Resources: Resource[];
        UserLayout?: UserLayout;
    }
    Index

    Properties

    ActionButtons: ActionButton[]
    CustomScript?: string
    CustomStyle?: string
    DisplayGroupsAsTabs?: boolean
    Groups: Group[]
    Resources: Resource[]
    UserLayout?: UserLayout