Field logic and roles

Yet another post regarding Field Logic in SuiteCRM 8.

With SuiteCRM 7, we could easily do things like:

  • Make a field readonly except for users with certain role(s)
  • Hide a field except for users with certain role(s)
  • Make a field readonly WHEN another field has a given value EXCEPT for users with some role(s)
    example: when an opportunity is Closed Won, only users with Sales Administration role can change amount, account and sales stage
  • compute a field (with a possibly complex algorithm)
    Actually, SuiteCRM8 does not even support at this time the simple algorithm computing Opportunities probability based on sales stage.

When do you expect SuiteCRM8 supports that and is documented?