How does sc_apl_conf work for the "exit" property?

Hi,

The configuration macro seems not to work for the “exit” property. I use it in the onApplicationInit of an app “grid_abc” in this way:
sc_apl_conf(“form_abc”, “exit”, “grid_xyz”);

When I redirect from “grid_abc” to “form_abc” and click on the “Back” button, I get an error page message instead of going to the “grid_xyz”.

What’s wrong with it?

Thanks and best regards