See [[BaseObjectLookup]] for an explanation of FID, SID, GID, and UID.
Readonly
TODO
const frontDeskReports = B.BaseObjectLookup().byAltId('_frontDesk');const individualHeader = mergeReports['individualHeader']; Copy
const frontDeskReports = B.BaseObjectLookup().byAltId('_frontDesk');const individualHeader = mergeReports['individualHeader'];
Returns the bluestep.js classpath for the current object.
const isBool = testForm.fields.mysteryField.typeName().toLowerCase().includes('boolean') Copy
const isBool = testForm.fields.mysteryField.typeName().toLowerCase().includes('boolean')
See [[BaseObjectLookup]] for an explanation of FID, SID, GID, and UID.