Hi there,
I have the following situation:
There are 3 Tables:
- Days
- planday_usernames (id, fullName, userName)
- Rules
Rules contains some columns two realize the following requirements:
On Day "MON" (this comes from the table "Days" with one columns) at 08:00 AM send a message to the phone_number of "planday_user" (this comes from table "planday_usernames" with 3 columns)
within my Application the automatically generated ComboBox will now show the ID (first) column of the table "planday_users". However I want to show the "fullName" column.
What I need to do to achieve this?