Forum Post: [4.0.4] Rbf_setfieldvalue() Error

Status
Not open for further replies.
M

Meryk

Guest
Hello, I am on a QC page and I have a picklist field lets call it Type. So depending on the value of Type I am showing and hiding fields. And also making the shown fields required. I am also emptying the fields I want to hide before hiding them. The issue here is I am doing : rbf_setFieldValue('intName' , null); for all the fields I need to hide. These fields are all lookups, rendered as selectors and picklists. One of these fields is a multi relationship, but it is behaving the same for all the fields. The problem is that I keep having this : Also, setting the fields to null is working fine, the fields are emptied correctly. But the error is still there. I tried with only one field and same thing, so I am assuming the type of relationship doesn't have any effect here.. Can please someone give me some help with this? I had exactly the same code in 4.0.2 and didn't have this error before. Thank you, Meryem

Continue reading...
 
Status
Not open for further replies.
Top