Select Field relationship on edit page
it shows emplyee id on edit page but i need to show the employee_code_with_full_name
8 Replies
Please read the #✅┊rules on code formatting
yeah, now could you help me ?
That should be the default.
Is this a separate column? Or is
employee_code_with_full_name
a column on your employees
table?its the column of employees table
This should probably be
employee_id
not sure whether that causes issues though:
Forms\Components\Select::make('employee_id')
i have tried that but it shows employee id not employee_code_with_full_name
if you are in the edit page, probably this employee isn't active
try
Thanks a lot for your help. I really appreciate it!