Announcement

Collapse
No announcement yet.

Formulas and Inserting Notes (/* Notes Here? */)

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

  • Formulas and Inserting Notes (/* Notes Here? */)

    I have noticed that when I insert Notes to the Formula Section that it will break & not run the formula's, not sure if this is possible or not but curious as I like having notes.
    ADMINISTRATION --> ENTITY MANAGER --> ACCOUNTS (or any other) --> FORMULA

    Example:

    /* Update Order Status Date Time Field when Order Status Field is Changed */
    ifThenElse(entity\isAttributeChanged('orderstatus' ), orderstatusdt = datetime\now());

  • #2
    Hello
    Notes aren't supported in Formula

    Comment


    • #3
      Thank you for clarifying Tanya!
      The documentation didn't state either way, but it never hurts to ask

      Comment


      • #4
        Tested and Confirmed it was causing problems in other areas as well. Thx
        Last edited by khopper; 11-14-2017, 04:53 PM.

        Comment

        Working...
        X