We are trying to restrict the range of values to be entered on the "FTE" field in the "workassignment" business class on the "Transfer" form. I've tried raise alert but it doesn't work and I've tried display as slider but it appears to only accept percent from and to values and not a number. We are trying to restrict FTE from 0.000000 and 1.000000. Is there a way to do this? Also tried if (!FTE >= 0.00000 and FTE <= 1.00000) cannot be entered "FTEValueIncorrect" --but that appears to only work on derived fields. Are there any ranges, limit, constraints, conditions that can be applied for form fields