@servicenow/sdk - v4.7.0
    Preparing search index...
    type Meta = {
        $meta?: { installMethod?: "first install" | "demo" | "once" };
    }
    Index

    Properties

    Properties

    $meta?: { installMethod?: "first install" | "demo" | "once" }

    Type Declaration

    • OptionalinstallMethod?: "first install" | "demo" | "once"

      Map a record to an output folder that loads only in specific circumstances. 'first install' -> 'unload' (only loaded when plugin is first registered), 'demo' -> 'unload.demo' (only loaded when demo data is loaded), 'once' -> 'apply_once' (scripts that are only applied once)