How is the Approval Flag attribute on the Project object updated?
All support PPM Clarity releases
The Approved Flag (id = is_approved) is a system-restricted, virtual 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.