Question
Use of Expr in Schema. How to calculate a field using a JS function created in JavaScript Codes
Hello, I've a JavaScript Code called hash, with a function named toHash
I want to add it to a Data Schema, so, using the attribute "expr", can calculate the value of a field (For example, send @email to the function and write in a field the return)
How should I do it?