You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The point of the insertIf is I only want to show the nickname field if the object search create is adding a new person and the name field of the createFields has a value in it.
However, when the back to search button is clicked, even though the insertIf should return false and the nickname field should disappear, it doesn't. When the model is logged in the insertIf, the name field value is still there. Thus, there seems to be an ordering problem with when the model is updated and when the insertIf functions are called
The text was updated successfully, but these errors were encountered:
I am facing this problem again. Another note: typing anything in the nickname field triggers the recalculation of the insertIf and makes the field disappear
Say I have the following in a fieldSet (this would not actually work but is meant to be an example):
The point of the insertIf is I only want to show the
nickname
field if the object search create is adding a new person and the name field of thecreateFields
has a value in it.However, when the back to search button is clicked, even though the
insertIf
should return false and the nickname field should disappear, it doesn't. When the model is logged in theinsertIf
, thename
field value is still there. Thus, there seems to be an ordering problem with when the model is updated and when the insertIf functions are calledThe text was updated successfully, but these errors were encountered: