@servicenow/sdk - v4.7.0
    Preparing search index...
    type SLARetroactiveConfig = {
        retroactive?: RetroactiveBehavior;
    }
    Index

    Properties

    Properties

    retroactive?: RetroactiveBehavior

    Retroactive behavior configuration

    retroactive: {
    start: true,
    pause: true,
    setStartTo: 'sys_created_on'
    }