Stuck on the Declarative Processing exercise
Hello,
I'm stuck on the Declarative Processing exercise because the information related to the position are in the SAE-HRServices-Data-Positions class whereas the information related to the candidate are in the SAE-HRServices-Work-Candidate class.
So, it seems that I can't write "Minimum Salary + (Maximum Salary – Minimum Salary) * Assessment Rating" as a declare expression in the SAE-HRServices-Data-Positions because it need the Assessment Rating that is in the SAE-HRServices-Work-Candidate class. And vice-versa, if the declare expression is in SAE-HRServices-Work-Candidate, I can't access the Maximum Salary and Minimum Salary.
Any idea how to fix that?
Can I move the Positions data from SAE-HRServices-Data-Position to SAE-HRServices-Work-Candidate or do a sort of include or reference?
Thank you,
Alex