The @archived@ system variable returns a UTA/module Level 1 record's archive status as a numeric value for use in visibility and edit conditions.
@archived@ Variable
The @archived@ variable returns one of two numeric values, shown below.
| Value | Meaning |
|---|---|
| 1 | Archived |
| 0 | Not archived |
Use @archived@ in conditional statements such as visibility conditions and edit conditions to show or hide fields based on whether the record is archived. For example, setting a field's visibility condition to @archived@ = 1 displays the field only when the record is archived.