Forum Post: RE: How to remove "Save & New" button from "New Record"?

  • Thread starter Thread starter Santosh Patel
  • Start date Start date
Status
Not open for further replies.
S

Santosh Patel

Guest
As Laurent mentioned this is not a configurable option today. If it is important to you, here is a customization you can do. To do this at an application level navigate to the Application's overview (Goto Application Setup Your Application More Options Header and Footer Add the following script to the footer and you should be good to go : script $('input[value="Save & New"]').hide(); /script Thanks, Santosh

Continue reading...
 
Status
Not open for further replies.
Back
Top