Properties

ID

Unique ID is a data­base prop­er­ty that helps you man­age projects and orga­nize tasks.

prop("ID")
=
BS-42
prop("ID")
    .split("-")
    .first()
=
BS
prop("ID")
    .split("-")
    .last()
=
42