Hi everyone,
In the entity form, I have 2 fields. one is License key, data type is "Text". The other one is prefix number, it's a lookup field.
We have another table called license management as below, which contains license key and prefix number.
License management table
| License Key | Prefix Number |
| AAA-AAA-AAA | 8 |
| BBB-BBB-BBB | 80 |
I hope that when I input license key in the entity form, Prefix number field will display the corresponding number automatically based on License management table.
Due to our needs, both fields are required and we don't want user to make selection in Prefix number field.
Example:
If we input AAA-AAA-AAA in License key field, Prefix number lookup will only show the record whose prefix is "8".
Any idea about it, pls kindly share with me.