I have new contract entity that I created which sits below the Account entity. On this new Contract form, I have a field called, "Status". I need only certain teams to be able to create a Contract record. When the status = Active or Expired, I need a way to check to see if the user logged into CRM matches either the Account Rep value field or the Coordinator value field on the Account record. If it does, then they should be allowed to modify any field on the Contract record. if status = Termed, then all fields get locked and no one can edit the record.
Wasn't sure the best way to get this to happen. Any advice is appreciated, thank you.