how can we write the on submit client script for saving the form and redirect to the same page when we click on Submit button,the functionality of Submit button is by clicking on that it will redirect to list of records.How can we achive this by on s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 09:59 PM
OnSubmit Client script for when we click on Submit button it needs to stay in the same page after saving the form:
how can we write the on submit client script for saving the form and redirect to the same page when we click on Submit button,the functionality of Submit button is by clicking on that it will redirect to list of records.How can we achive this by on submit client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 10:01 PM
you could just the save button? ui actions and click to show on banner for "save' against your table
I never get the right click save thing personally but it is standard behaviour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 10:16 PM
we have to buttons on the form. Save and Submit.The functionality of save is once click on that it will save the record and remains the same page.But Submit is,once we click on the submit it will save the record and redirected to list of records.I want Submit action to behave like Save button by using with onsubmit client script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 10:15 PM
Override the out of box Ui action, by creating a new Ui action against a specific table as shown in the snapshot
Add the highlighted line to the existing script as shown
This link will be helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 10:18 PM
I need to achive that throght client script only.the above highlighted line could not be acceptable in client script to redirect the page to desired page.Is there any way for the same thorough client script.