In v.24 we are expanding the capabilities of the calculated attributes by introducing a new operator - IFERROR:
https://docs.erp.net/tech/advanced/calculated-attributes/operators/iferror.html
IFERROR is a well-known and commonly used operator, designed to trap and handle errors. It returns a custom result when an expression generates an error, and a standard result when no error is detected.
Now you can use the IFERROR operator within the calculate attributes expressions in order to effectively catch and manage errors without using more complicated nested expressions.
0 Comments