recordStatus property

  1. @TagNumber.new(21)
STANDARD_LIFECYCLE_STATUS get recordStatus

Stores the status of the record. The rule is triggered when the status is reached.

Implementation

@$pb.TagNumber(21)
$1.STANDARD_LIFECYCLE_STATUS get recordStatus => $_getN(8);
  1. @TagNumber.new(21)
set recordStatus (STANDARD_LIFECYCLE_STATUS value)

Implementation

@$pb.TagNumber(21)
set recordStatus($1.STANDARD_LIFECYCLE_STATUS value) => $_setField(21, value);