How is the 'Approved Flag' attribute on the Project object updated?
Any supported Clarity release.
The Approved Flag (id = is_approved) is a system-restricted, virtual, read-only Boolean attribute.
It checks the value of the 'Status' (id = status) lookup attribute.
If the Status = 'Approved', the Approved Flag value is set to 'True'.
If the Status is set to any other value, the Approved Flag is set to 'False'.