Announcement

Collapse
No announcement yet.

How do i get another field values in enum instead of showing default names.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do i get another field values in enum instead of showing default names.

    I have 2 entities course and subject. course has one -to- many relationship with subjects.Subject has fields of name, subject code etc.
    In course, i can choose subjects from enum field. but in default it shows names , but i need to show subject codes instead of names. how can i achieve this from front end. Please help.

  • #2
    Hello,
    try to add the 'code' field into the Subject entity List (Small) view in the Layout Manager.

    Comment


    • #3
      No Its not working ..In enum field it still shows Names only.

      Comment

      Working...
      X