Display a calculated column value in email

Home Forums Classic DFFS Display a calculated column value in email

Viewing 2 reply threads
  • Author
    Posts
    • #22663
      Brett Ross
      Participant

        I have a calculated value column called WorkOrderID that I would like to display in an email. How do I go about doing that?

      • #22667
        Alexander Bautz
        Keymaster

          Is this in DispForm? – if so, just use the field name in curly braces. If it’s in NewForm or EditForm you will have to replicate the calculated column value using a variable and custom js because the calculated column isn’t available.

          Alexander

        • #22774
          MikeS
          Participant

            Brett, not sure if you figured this out yet but Alexander posted a JS solution for this in 2015 that I’m going to use soon. Thought I’d pass on the link to you.

            Display a calculated column display value in edit form?

            Mike

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.