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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sujithraalink
    Member
    • Oct 2018
    • 94

    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.
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

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

    Comment

    • sujithraalink
      Member
      • Oct 2018
      • 94

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

      Comment

      Working...