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());
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());
Comment