• Gets a field of a database variable and store it in a variable.

    Parameters

    • path: string

      The name under which the variable will be saved (document name).

    • field: string

      The field to get.

    • callbackValueVariable: Variable

      The variable where to store the result.

    • Optional callbackStateVariable: Variable

      The variable where to store if the operation was successful.

    Returns void