Constructors

Methods

  • Returns a view ID for a given viewName

    Parameters

    • viewName: string

      Name of the view to lookup the ID for

    Returns Promise<string>

    the ID of the User View record that matches the provided name, if found

  • Returns a list of views for the specified user. If no user is specified, the current user is used.

    Parameters

    • Optional entityId: string

      optional, the entity ID to filter the views by, if not provided, there is no filter on EntityID and all views for the user are returned

    • Optional contextUser: UserInfo

      optional, the user to use for context when loading the view

    Returns Promise<UserViewEntityExtended[]>

    an array of UserViewEntityBase objects

    Memberof

    ViewInfo

    Static

    Async