Hey guys hope you’re doing great!
I have a problem about a field that I fill automatically with “hooks” field in a smart action, here the example :
hooks: {
load: async ({ fields, record }) => {
fields.montant.value = record.amount;
}
On the local environment the field is filled when the smart action is clicked but on remote servers that is not (it was working before)
Thanks a lot
“forest-express-sequelize”: “^7.0.0”,