@servicenow/sdk - v4.4.1
    Preparing search index...
    ast_contract: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: { "all_tables.text_index_translations": true };
        autoNumber: { number: 10000; prefix: "CNTR" };
        display: "vendor_contract";
        extensible: true;
        label: "Contract";
        name: "ast_contract";
        schema: {
            active: Typed;
            applicable_taxes: Typed;
            application_model: Typed;
            approval_history: Typed;
            approver: Typed;
            business_owner: Typed;
            commitment: Typed;
            contract_administrator: Typed;
            contract_model: Typed;
            cost_adjustment: Typed;
            cost_adjustment_percentage: Typed;
            cost_adjustment_reason: Typed;
            cost_adjustment_type: Typed;
            cost_center: Typed;
            cost_per_unit: Typed;
            covers: Typed;
            customer: Typed;
            description: Typed;
            discount: Typed;
            ends: Typed;
            expiration: Typed;
            invoice_payment_terms: Typed;
            license_quantity_entitled: Typed;
            license_type: Typed;
            life_cycle_stage: Typed;
            life_cycle_stage_status: Typed;
            lifetime_cost: Typed;
            location: Typed;
            monthly_cost: Typed;
            number: Typed;
            parent_contract: Typed;
            payment_amount: Typed;
            payment_schedule: Typed;
            po_number: Typed;
            process: Typed;
            process_non_contractual_slas: Typed;
            ratecard: Typed;
            renewable: Typed;
            renewal_contact: Typed;
            renewal_date: Typed;
            renewal_end_date: Typed;
            renewal_options: Typed;
            sales_tax: Typed;
            short_description: Typed;
            starts: Typed;
            state: Typed;
            sub_total_cost: Typed;
            substate: Typed;
            sys_class_name: Typed;
            sys_created_by: Typed;
            sys_created_on: Typed;
            sys_domain: Typed;
            sys_domain_path: Typed;
            sys_id: Typed;
            sys_mod_count: Typed;
            sys_updated_by: Typed;
            sys_updated_on: Typed;
            tax_cost: Typed;
            tax_exempt: Typed;
            tax_rate: Typed;
            terms_and_conditions: Typed;
            total_cost: Typed;
            vendor: Typed;
            vendor_account: Typed;
            vendor_contract: Typed;
            yearly_cost: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { "all_tables.text_index_translations": true }
    • ReadonlyautoNumber: { number: 10000; prefix: "CNTR" }
    • Readonlydisplay: "vendor_contract"
    • Readonlyextensible: true
    • Readonlylabel: "Contract"
    • Readonlyname: "ast_contract"
    • Readonlyschema: {
          active: Typed;
          applicable_taxes: Typed;
          application_model: Typed;
          approval_history: Typed;
          approver: Typed;
          business_owner: Typed;
          commitment: Typed;
          contract_administrator: Typed;
          contract_model: Typed;
          cost_adjustment: Typed;
          cost_adjustment_percentage: Typed;
          cost_adjustment_reason: Typed;
          cost_adjustment_type: Typed;
          cost_center: Typed;
          cost_per_unit: Typed;
          covers: Typed;
          customer: Typed;
          description: Typed;
          discount: Typed;
          ends: Typed;
          expiration: Typed;
          invoice_payment_terms: Typed;
          license_quantity_entitled: Typed;
          license_type: Typed;
          life_cycle_stage: Typed;
          life_cycle_stage_status: Typed;
          lifetime_cost: Typed;
          location: Typed;
          monthly_cost: Typed;
          number: Typed;
          parent_contract: Typed;
          payment_amount: Typed;
          payment_schedule: Typed;
          po_number: Typed;
          process: Typed;
          process_non_contractual_slas: Typed;
          ratecard: Typed;
          renewable: Typed;
          renewal_contact: Typed;
          renewal_date: Typed;
          renewal_end_date: Typed;
          renewal_options: Typed;
          sales_tax: Typed;
          short_description: Typed;
          starts: Typed;
          state: Typed;
          sub_total_cost: Typed;
          substate: Typed;
          sys_class_name: Typed;
          sys_created_by: Typed;
          sys_created_on: Typed;
          sys_domain: Typed;
          sys_domain_path: Typed;
          sys_id: Typed;
          sys_mod_count: Typed;
          sys_updated_by: Typed;
          sys_updated_on: Typed;
          tax_cost: Typed;
          tax_exempt: Typed;
          tax_rate: Typed;
          terms_and_conditions: Typed;
          total_cost: Typed;
          vendor: Typed;
          vendor_account: Typed;
          vendor_contract: Typed;
          yearly_cost: Typed;
      }
    • ReadonlytextIndex: true