Hello,
I have an employee table associated with a payroll table as 1:N which shows that this employee has basic salary, transportation, etc..
The third table is called adjustments, which means that HR can increase the employee's salary by raising a request.
I would like to know if it is possible when selecting an employee on the third table while raising the request to just display the grid lines in a view for the HR visibility about his current amount on the payroll controls. (Screenshot 1 where I have highlighted)
What would be the best approach to achieve it? A custom PCF that displays this data in a grid view on the adjustment table?
I don't want to re-create the same entries in a custom table to avoid growing the data.
Any help is greatly appreciated.
Thank you!