recordStatus property
Stores the status of the record. The rule is triggered when the status is reached.
Implementation
@$pb.TagNumber(31)
$1.STANDARD_LIFECYCLE_STATUS get recordStatus => $_getN(13);
Implementation
@$pb.TagNumber(31)
set recordStatus($1.STANDARD_LIFECYCLE_STATUS value) => $_setField(31, value);