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

    Interface CopyItemFormButton

    interface CopyItemFormButton {
        ExcludeFields?: string[];
        IncludeFields?: string[];
        TargetList?: string;
    }
    Index

    Properties

    ExcludeFields?: string[]

    Specify which field values should not be copied to the new item.

    IncludeFields?: string[]

    Specify which field values should be copied to the new item.

    TargetList?: string

    Specify list to which the item should be copied to.

    Example: "TargetList": "{SiteUrl}/Contracts"