Announcement

Collapse
No announcement yet.

Case number

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

  • Case number

    hello,
    we now have a four-digit case number. They will appear as 3.125 in the email templates.

    The dot irritates the users, Can you change the display in the templates?
    peter

  • #2
    Hi Peter,

    Use {{number_RAW}}

    Or numberFormat helper to define another format: https://docs.espocrm.com/user-guide/...ber-formatting

    Comment


    • peterberlin
      peterberlin commented
      Editing a comment
      thanks a lot
      peter

    • leon
      leon commented
      Editing a comment
      I cannot get this to work in the email templates.

      {{Case.number_RAW}} does not work
      {{Case.number}} results in {10.000.012}


      Any suggestions?

      Thanks,
      Leon

  • #3
    Hi Peter,

    try this:
    {{numberFormat number_RAW decimals=0 thousandsSeparator=''}}

    -- Adrian

    Comment

    Working...
    X