Hello community,
We need a field of a dynamic form to be filled automatically by Behaviours after the creation action.
For example that it is filled only with the email of the current user.
I try to do this:
getFieldById("customfield_10482").setValue("test@test.com");
getFieldById("customfield_10482").setDescription("test@test.com");
I also want the mail of the current user to appear, but to test I put a test one and it doesn't work either. :(