I tried to use this to solve a related issues where multiple fields must have a minimum value.What should I do to resolve this?//if all fields have their target value or greater in them make signature field updatable//otherwise set it to readOnlyIf (ASTM1.rawValue >= 4 & ASTM2.rawValue >= 5 & AST...