Hi all,
I am on APEX 24,
I am calling Page 2 from Page 1 through clicking a Card that redirects to page 2. I am setting the primary key item in page 2 through that redirection. The problem is, when user tries to navigate away from page 2, the browser displays message “Changes have been made, sure you want to leave?”. This when user changed nothing. It's just the value of the pk that has been set.
I tried setting the pk item attribute “Warn on Unsaved Changes” to “Ignore”. But did not help.
Page's attribute “Warn on Unsaved Changes” = “Page Default”. – And I of course need that.
So, what I exactly need is that apex shouldn't take changes to the primary key item into consideration. IT shouldn't be considered as a change.