Hello. Long time user of EspoCRM, new to the forum.
I am trying to create a field that allows you to select values from a list (a <select> field), but those values come from a DB query. The DB query is not that important, it just takes as a parameter the value of one of the current entity's fields (which is a foreign key).
How would I go about creating this? I suspect I need to use ajax to load the possible values when the entity is being edited.
Thanks!
I am trying to create a field that allows you to select values from a list (a <select> field), but those values come from a DB query. The DB query is not that important, it just takes as a parameter the value of one of the current entity's fields (which is a foreign key).
How would I go about creating this? I suspect I need to use ajax to load the possible values when the entity is being edited.
Thanks!
Comment