I am building a form in "Form Builder", IDM 4.9, but I am encountering the following issue...
I am trying to create a function where I need to perform some IDVault.get
calls, but when I call the function, I get the following error: "IDVault is not defined".
If I call the same IDVault
inside the CustomDefaultValue
function of a field, it works. But why doesn’t it work in a user-created function?
I will provide some screenshots below for better understanding.
SS1: Screenshot 1
SS2: Screenshot 2
SS3: Screenshot 3