This question has been flagged

 Hi everyone,

Please help me how can I add Budget field to Project model, and once the project manager set a value for Budget, then he cannot change this value later on without approval from top manager?

Avatar
Discard
Best Answer

One simple solution can be to set a boolean field to help you. So it can be set to zero by default and when the manager set a budget that field changes to 1. And you define that if that field is 1 is a read only field to the manager.

Can this help you out?

 

Avatar
Discard