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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khopper
    Senior Member
    • Sep 2017
    • 329

    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());
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    Notes aren't supported in Formula

    Comment

    • khopper
      Senior Member
      • Sep 2017
      • 329

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

      Comment

      • khopper
        Senior Member
        • Sep 2017
        • 329

        #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...