Case number

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    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
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi Peter,

    Use {{number_RAW}}

    Or numberFormat helper to define another format: https://docs.espocrm.com/user-guide/...ber-formatting
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    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
  • adriansieferle
    Junior Member
    • Aug 2020
    • 1

    #3
    Hi Peter,

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

    -- Adrian

    Comment

    Working...