Announcement

Collapse
No announcement yet.

default value in currency fields

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

  • default value in currency fields

    Hi, i can't find default value in currency field.
    Is it possible to set it?

    Thanks

  • #2
    Hi,
    you can try to set it in entityDefs in field definition. After rebuild. Possibly you need to set the default field Currency as well ("amountCurrency": {"default":"USD"})

    "default": 120,

    Comment


    • #3
      Originally posted by tanya View Post
      Hi,
      you can try to set it in entityDefs in field definition. After rebuild. Possibly you need to set the default field Currency as well ("amountCurrency": {"default":"USD"})

      "default": 120,
      Thank you Tanya

      Comment


      • #4
        It works! Thank you again!

        Comment


        • #5
          this is great. but it would be good feature to let it be included in the frontend "Entity Manager" so that non-technical users could attach default currency amounts and default currency on a specific currency field without going through entityDefs.

          Comment

          Working...
          X