Forum Discussion
JasonRake
7 years agoQrew Trainee
Is it possible that one of the tables or fields in the app is referencing a table or field in another QuickBase app that the user doesn't have permissions for? I have seen that cause errors before.
- KingslySamuel7 years agoQrew CadetI have hid 3 more tables in the app from Users as they are not applicable to our project. In addition, I also took away the permission to "add" any record to these tables. After your reply above, I went back to just give them access to "add", but still kept it hid from their view, it is now throwing up a different error message "Error Details: Oops. You don't have permission to access that page
- KingslySamuel7 years agoQrew CadetThanks Jason, it is the relationship that it had with the other tables created that issue, once I broke that it works fine.
Now my other part of the question is, when copying the project, it is copying all the tasks and subtasks of the project. I just wanted the functionality to copy only the project details, the tasks and milestones will be separately added to this new project by the PM. Do you know how to modify the command to copy only the project details with task and everything empty? - JasonRake7 years agoQrew TraineeNot sure on this one. I think maybe a QuickBase action or automation could be used.
- QuickBaseCoachD7 years agoQrew CaptainPlease post the code for your Copy button
- KingslySamuel7 years agoQrew Cadetjavascript:void(copyMasterDetailButtonHandler('©Fid=16&destrid=0&sourcerid=" & [Record ID#] & "', 'bn3txf9h2'))"
- QuickBaseCoachD7 years agoQrew CaptainI suggest that you go though that wizard help to make the button over again, and this time when it asks if you want children copied from all relationships, select only some of the relationships.
- EvanMartinez7 years agoModeratorIs the end goal just to copy the field values for the Project a user is viewing and not to also copy all the child records? If so there is also the Copy this Project functionality that appears under the More dropdown that only copies the record that the user is currently viewing and does not copy any of the child records.
- KingslySamuel7 years agoQrew CadetI see only "copy the table" not "copy the project" option
- KingslySamuel7 years agoQrew CadetMark - the code came with the template I downloaded, I don't know where the wizard is.
- EvanMartinez7 years agoModeratorAhh ok, the Copy this Project option appears when you are viewing the record in form mode. When you are on a report you see the Copy Table dialog instead.
Alternatively the wizard for creating a copy master and detail button can be found in the App settings under App Management. There is an option for Copy Master & Detail records that will take you to the wizard.