Bluestep JS Documentation
    Preparing search index...

    Class MefrMetaDatas

    Facilitates finding [[MefrMetaData]] (Multi-entry Form Report) objects with all the tools of [[BaseObjectLookup]].

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    TODO

    allEntries: AllEntries

    Accessor to work with all the entries of a form rather than a filtered list. Invoke this if you're not using any other Multi-entry Form Report on a Multi-entry Form.

    byFID: { [key: string]: MefrMetaData }

    TODO

    byGID: { [key: string]: MefrMetaData }

    TODO

    byId: { [key: string]: MefrMetaData }

    TODO

    bySID: { [key: string]: MefrMetaData }

    TODO

    currentEntry: CurrentEntry

    Accessor to work with the current entry of a Multi-entry Form.

    Methods

    • TODO

      Parameters

      • altIdKey: string

      Returns { [key: string]: MefrMetaData }

      const frontDeskReports = B.BaseObjectLookup().byAltId('_frontDesk');
      const individualHeader = mergeReports['individualHeader'];
    • Returns the bluestep.js classpath for the current object.

      Returns string

      const isBool = testForm.fields.mysteryField.typeName().toLowerCase().includes('boolean')