Hi all,
Have any of you tried to create an Exit button on blank page? I need the button to have the same function as SC default Exit button. It redirects to the previous page, whatever the previous is.
I tried sc_exit(), but it doesn’t seem to work on blank page.
The reason I need this back button on my blank page is, I have a grid which has Chart as its Initial module. The chart is linked to the grid. And from the grid, there’s a field that I linked to the blank page.
If I set the exit button on the blank page to sc_redir(chart_grid_name), then it will redirect to the initial module, right? The chart. But I need it to go back to the Grid module, not the chart.
Maybe anyone here has any idea to work around this?
Any help and discussion is much appreciated.
Regards,
A