Announcement

Collapse
No announcement yet.

How do I add a new "Email" field to account

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

  • How do I add a new "Email" field to account

    1. In the entity manager -> acccount -> fields, I want to add a billingEmail field as type Email, which I assume will allow me to click on that email in the Account Details which will open an email to that specific person.

    2. Also, is there a way to trigger an email to pop up with a template set anytime a certain boolean field is checked?

    3. Is it possible to set up an email template that mails to a specific email address, like accounting@ourcompany.com?

    Many thanks for any guidance.
    Robert
    Last edited by robertf; 04-28-2017, 11:00 PM.

  • #2
    Hello

    You have to define new field with own view and type "varchar" in entityDefs
    basic email field view client/src/views/fields/email.js and client/res/templates/fields/email
    on the forum you can find examples, how to create fieds with own view

    Comment

    Working...
    X