Find an [[Alert]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of an [[Alert]].
Find an alert by the alert's user assigned identifier
Alert's assigned user id
Find an object by its full [[Id]] or its [[Id.shortId]] and [[Id.classId]]
Find a [[Relate.BaseRecord]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[Relate.BaseRecord
Find a [[Document]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[Document]].
Find a [[DocumentVersions]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[DocumentVersions]].
Find a [[Relate.FieldMetaData]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[Relate.FormMetaData]].
Find a [[Folder]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[Folder]].
Find a [[Relate.FormMetaData]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[Relate.FormMetaData]].
Find a [[Relate.MergeReportMetaData]] by its [[Id.shortId]] or short altid as a string
Value representing a short id or short alt id of a [[MergeReportMetaData]].
js
for bluestep.js; rs
for RelateScript.
Find a [[Relate.MergeReportMetaData]] by its full id as a string
Value representing a full id of a [[MergeReportMetaData]].
Find an [[Organization]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of an [[Organization]].
Find a [[Relate.QueryMetaData]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[User]].
Find a [[Relate.RecordContainer]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[Relate.RecordContainer]].
Find a [[Relate.ReportMetaData]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[ReportMetaData]].
Find a [[SecurityGroup]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[SecurityGroup]].
Find a [[SecurityGroup]] by its formula id.
Formula Id of a SecurityGroup
Find a [[Unit]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[Unit]].
Find a [[User]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[User]].
Find a [[WebApplication]] by its [[Id.shortId]] or a full id as a string
Value representing a full or short id of a [[WebApplication]].
Used to find and give types to various objects given their string representation of their id.
Example: ```javascript const baseRecord = B.find.baseRecord("444666") ```