Combobox showing email not fullname

0
hi, so i have a combobox that stores email as value to an entity while showing a fullname as a caption, but when i save the document as a draft and came back to edit it, it shows the email first as a placeholder not the fullname, so i'm wondering how to show the fullname instead of the email as a placeholder when i open the draft page, thank you
asked
1 answers
0

image.png

here's an example of the combobox that i use, it shows the fullname of the Head of Business Development, i use data from Administration.Account to get the fullname by connecting it with my entity using email

 

image.png

this is the state after save as draft and i open it again, it shows email as a placeholder instead of fullname, now i want to show the fullname instead but i haven't found how to do it

answered