Page 1 of 1

Return page after CRUD need more customization

Posted: Fri Aug 18, 2017 11:29 am
by cheemingyong

hi i refer to the Return Pages option under the table tab for CRUD operations carried out by the user for this topic

There is After add, After edit, After delete etc

my question is can the return pages be customized ?

and also for edit pages that have grid edits on them, we want
to return to the original edit page with the grid edits and not to the edit page without the
grid edits (how can be this be done in asp.net maker) ?

actually under the after add, after edit, after delete options, i think the scripts should come up with is to add in a "calling page" which is the page that triggered the CRUD operation
but showing a "Update successful" message. simply means route back to the calling page.


Re: Return page after CRUD need more customization

Posted: Sat Aug 19, 2017 10:24 am
by motfs

You can write your URL for the return page. Read Table Setup -> Return Pages in the help file for more detail.

You can also check out Page_Redirecting server event. Read Server Events and Client Scripts in the help file for more detail.