Validation Rule is Triggering on Continue button for individual Compensation
A custom validation was incorrectly triggering on the Continue button in the Individual Compensation section, even when no entry was made. The issue was caused by a rule enforcing the Amount field regardless of user intent. The solution updates the rule to check if a Plan is selected before validating Amount, ensuring the error only appears when a compensation entry is actively being added—not when skipping the section.