Bluestep JS Documentation
    Preparing search index...

    Class UpdateGroupEntryData

    Index

    Constructors

    Properties

    addRecordIds?: string[]

    Record ids of the clients you wish to add to this group entry data. NOTE: if the removeRecordIds parameter is also passed and there are overlapping ids, it will take priority over this

    commonFieldsData?: { [key: string]: string | string[] }

    key value pairs where the key is the formula identifier of the field you wish to update. if omitted, then no fields will be updated.

    deleteRemovedRecords?: boolean

    a boolean to indicate if any removed records must be deleted in addition to removing them from the group entry data. Default is false

    groupEntryDataId: string

    See updateGroupEntryData method for usage example

    removeRecordIds?: string[]

    Record ids of the clients you wish to remove from this group entry data. NOTE: if the addRecordIds parameter is also passed and there are overlapping ids, this parameter will take priority.