Forum Discussion
- sandeepsandeepQrew Assistant Captain
How to remove New project milestone,more,
- GauravSharma3Qrew CommanderAs Evan said, it is not natively possible. But, it can easily be removed from a one-line code with the help of IOL technique.
If you want to check. Press F12 and try to put in console $("a#GE_NewRecordPick").remove(); this will remove the New project milestone option from the form.
Thanks,
Gaurav
- EvanMartinezQuickbase StaffHi Sandeep,
Currently there is not a native way to remove the New Project Milestone dropdown in a Grid Edit report without removing a roles permissions to add new records. What this button is designed to do is when you have used up all the available rows on a Grid Edit report it will add another row. Otherwise it might result in a user who wanted to add 5 records using up the 3 available rows, having to save the form, reopen it in edit, and then saving it again. This was intended to help simplify that process by allowing users to simple click it and have another row added to their Grid Edit report.
If a roles add permissions are removed from the table that the report link is referencing then the ability to create new rows is also removed and that disappears. As for the more section, since this is a report it plays host to several other options such as the ability to remove new and updated flags and expand and collapse. It is possible some of the Community members may have a scripting solution to remove those options. Alternatively if you feel this would be a beneficial feature in Quick Base, I would encourage you to submit feedback regarding this via our Feedback Platform - UserVoice - Which can most easily be accessed from the My Apps page in Quick Base by clicking on the orange Feedback tab or at http://quickbase.uservoice.com . This forum is used by our development team to explore customer suggestions for enhancements / changes to the platform. Many of the items that have been suggested by customers have already been incorporated into Quick Base and I would encourage you to participate as well. Thank you very much for your time today! - sandeepsandeepQrew Assistant Captain
- sandeepsandeepQrew Assistant CaptainThis hello field related with another table field and how to remove "add new record
- GauravSharma3Qrew CommanderHi Sandeep,
You can restrict the user to add a record in the role settings in the app settings for a particular role.
Thanks,
Gaurav