Announcement

Collapse
No announcement yet.

One more problem with pdf template

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

  • One more problem with pdf template

    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.
    Tags: None

  • #2
    Hi,
    open Administration -> Layout Manager -> Subjects -> List (small) - drag and drops the fields.
    After saving the changes refresh a web page.

    Comment


    • #3
      For example: https://demo.espocrm.com/?lang=en_US...type=listSmall

      Instead of Case you would open your Subjects or Course entity.

      But you mention PDF Template, why did you mention this? Are you Printing as PDF? If it One-to-Many you should be able to get the subject code, etc using the PDF Template {{}}.

      --- On a side note, if make changes to layout and still using the same browser tabs, the change is usually visible right away. Don't need to do a refresh (may need to on other tabs).

      If you want after selecting Subject, then you want the Subject Code to be display in your Course entity then you will need to create Foreign field for that.

      Comment

      Working...
      X