Announcements
Hey there,
Hope you all are fine
Actually I am facing some issue while setting default value to a field
Basically I want to set the default value to a field when I run the form For example In my form I have 3 fields, Field1 is a lookup, Field2 is string, Field3 is also a lookup
When I select the Field1 and after that select the field3 what I want is that field2 by default comes to "\".
Please help me regarding this.
Thanks in advance.
Thank you Martin Drab..
It works.
If it's a generic logic for the table, use modifiedField() method on the table itself. I assume the logic would be something like "if Field3 was modified and both Field1 and Field3 has a value, set the value of Field2".
If it's specific to the single form, implement a similar logic in the form.
André Arnaud de Cal...
294,206
Super User 2025 Season 1
Martin Dráb
232,968
Most Valuable Professional
nmaenpaa
101,158
Moderator