@servicenow/sdk - v4.4.1
    Preparing search index...

    Variable sysevent_email_actionConst

    sysevent_email_action: {
        allowWebServiceAccess: true;
        attributes: { no_labels: true; update_synch: true };
        audit: true;
        extends: "sysrule";
        label: "Notification";
        name: "sysevent_email_action";
        schema: {
            action_insert: Typed;
            action_update: Typed;
            active: Typed;
            advanced_condition: Typed;
            affected_field_on_event: Typed;
            category: Typed;
            collection: Typed;
            condition: Typed;
            content_type: Typed;
            default_digest: Typed;
            default_interval: Typed;
            digest_from: Typed;
            digest_html: Typed;
            digest_reply_to: Typed;
            digest_separator_html: Typed;
            digest_separator_text: Typed;
            digest_subject: Typed;
            digest_template: Typed;
            digest_text: Typed;
            digest_type: Typed;
            digestable: Typed;
            enable_dynamic_translation: Typed;
            event_name: Typed;
            event_parm_1: Typed;
            event_parm_2: Typed;
            exclude_delegates: Typed;
            force_delivery: Typed;
            from: Typed;
            generation_type: Typed;
            importance: Typed;
            include_attachments: Typed;
            item: Typed;
            item_table: Typed;
            mandatory: Typed;
            message: Typed;
            message_html: Typed;
            message_list: Typed;
            message_text: Typed;
            omit_watermark: Typed;
            push_message_only: Typed;
            recipient_fields: Typed;
            recipient_groups: Typed;
            recipient_users: Typed;
            reply_to: Typed;
            send_self: Typed;
            sms_alternate: Typed;
            style: Typed;
            subject: Typed;
            subscribable: Typed;
            sys_id: Typed;
            sys_version: Typed;
            template: Typed;
            type: Typed;
            weight: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { no_labels: true; update_synch: true }
    • Readonlyaudit: true
    • Readonlyextends: "sysrule"
    • Readonlylabel: "Notification"
    • Readonlyname: "sysevent_email_action"
    • Readonlyschema: {
          action_insert: Typed;
          action_update: Typed;
          active: Typed;
          advanced_condition: Typed;
          affected_field_on_event: Typed;
          category: Typed;
          collection: Typed;
          condition: Typed;
          content_type: Typed;
          default_digest: Typed;
          default_interval: Typed;
          digest_from: Typed;
          digest_html: Typed;
          digest_reply_to: Typed;
          digest_separator_html: Typed;
          digest_separator_text: Typed;
          digest_subject: Typed;
          digest_template: Typed;
          digest_text: Typed;
          digest_type: Typed;
          digestable: Typed;
          enable_dynamic_translation: Typed;
          event_name: Typed;
          event_parm_1: Typed;
          event_parm_2: Typed;
          exclude_delegates: Typed;
          force_delivery: Typed;
          from: Typed;
          generation_type: Typed;
          importance: Typed;
          include_attachments: Typed;
          item: Typed;
          item_table: Typed;
          mandatory: Typed;
          message: Typed;
          message_html: Typed;
          message_list: Typed;
          message_text: Typed;
          omit_watermark: Typed;
          push_message_only: Typed;
          recipient_fields: Typed;
          recipient_groups: Typed;
          recipient_users: Typed;
          reply_to: Typed;
          send_self: Typed;
          sms_alternate: Typed;
          style: Typed;
          subject: Typed;
          subscribable: Typed;
          sys_id: Typed;
          sys_version: Typed;
          template: Typed;
          type: Typed;
          weight: Typed;
      }
    • ReadonlytextIndex: true