Your client wishes to limit new employee salaries so that no employee can exceed 125% compa- ratio. They do not award lump sums.
How can you configure the worksheet to meet this requirement? Note: There are 2 correct answers to this question.
Create a custom validation of type Error to ensure that the column curRatio is less than 125.
Create a standard validation of type "splitOrDisallow" action "exceed" with the Threshold at 125.
Create a standard validation of type "disallow" action "exceed" with the Threshold at 125.
Create a custom validation of type Error to ensure that the column compaRatio is less than 125.
Submit