Hi
need to modify a field on a page if another field has a certain value.
Something like:
if(field1='blubb') then modify(field2)
Is something like this possible?
In the Onvalidate trigger of field1, simply write:
if field1 = 'blubb' then
field2 := 'YourNewValue';
Sohail Ahmed
1,234
YUN ZHU
1,006
Super User 2025 Season 1
Mansi Soni
872