Hi - In apex 20.1
In page 1 I have switch item - Y or N - I have pass the same to page 2 - when switch is on it should be Y and when switch off it should be N. The page 2 is modal modal dialog. so I am using button on DA with javascript as apex.navigation.redirect("&P1_EDIT_URL1.")
I am unable to see the exact value when I click redirect button - on first go it was showing correct value - if I close dialog box and switch on - and I hit redirect button it still show as N . When I checked session state the value chnaged as Y but not redirecting in page 2. Please help thanks.