Hi,
in my custom entity, there is two field, called A and B.
Field A is lookup into custom entity C, which have field "Type" (option set)
What I want is, when this field A is changed, field B will contains "type" value from entity C.
if I use javascript, is it possible? because as long as I know, this only retrieve ID, Name, and Entity Type.
please let me know.