Hi Guys,
Just want to ask if you encounter this behavior and how did you address the issue.
I have a webscreen(Create and Edit) with below settings. I have a field called client type with default value is null on New Record. Depending on the Client Type choosen some fields will hide/show.
![]()
![]()
NOTE: This record has not been save yet so no record will be retrieve from the database.
Google Chrome Behavior when you refresh the page (F5). If you look at the screenshot below when I hit F5 the value of client type was reset to null (correct behavior)
![]()
Firefox Behavior(Version 62.0.3) when you refresh the page. If you look at the screenshot below the value was retain.
![]()
The firefox behavior causes confusion since it is still showing CONSUMER but the other fields that is suppose to be visible when this value is choosen was hidden. When I try to debug the client type field it is null, that is why some fields was hidden.
Is there a way to reset this back to null using FORM?