Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Grid

Module for interacting with D365 Grids / Entity Lists

Hierarchy

  • Grid

Index

Constructors

constructor

Methods

openNthRecord

  • openNthRecord(recordNumber: number): Promise<void>
  • Opens the record in the grid at the n-th index

    Parameters

    • recordNumber: number

      Index of the record to open, zero based

    Returns Promise<void>

    Promise which fulfills when record is opened

selectNthRecord

  • selectNthRecord(recordNumber: number): Promise<void>
  • Selects the record in the grid at the n-th index

    Parameters

    • recordNumber: number

      Index of the record to select, zero based

    Returns Promise<void>

    Promise which fulfills when record is selected

Generated using TypeDoc