Forum Discussion
ChristopherJob
Qrew Trainee
Hi Jeff.
Thanks for the advice! That's an option I've considered before. I think the downside to navigating directly to the new form is that every time that record gets accessed, the URL button would have to be clicked to get to the alternate Form. Alternately, I could link the URL button to the Code Page URL which I believe will remedy that issue. It would still require the URL button to be clicked once during the record creation. Doable.
Is there a way to trigger a QuickBase Code Page to run without using a URL button?
------------------------------
Christopher Job
------------------------------
Thanks for the advice! That's an option I've considered before. I think the downside to navigating directly to the new form is that every time that record gets accessed, the URL button would have to be clicked to get to the alternate Form. Alternately, I could link the URL button to the Code Page URL which I believe will remedy that issue. It would still require the URL button to be clicked once during the record creation. Doable.
Is there a way to trigger a QuickBase Code Page to run without using a URL button?
------------------------------
Christopher Job
------------------------------
JeffPeterson1
3 years agoQrew Captain
Hmm... the problem is that you must call the code page with a button, formula URL or link which will always require some action from the user. I don't think there's any easy way to automate that process.
Could you build the fields or structure from form id 12 -into- form id 11 and then make that entire section hidden with a dynamic form rule unless [EngGroup] = "Group D". This would make that section always visible in the record if it's active and hidden if not, without requiring any other action including switching forms.
------------------------------
Jeff Peterson
------------------------------
- ChristopherJob3 years agoQrew TraineeFor simpler Forms, using Dynamic Form Rules is a good idea. Since the Forms we use are much more extensive (multiple sections and multiple tabs), I think I'll be forced to use the URL button.
Thanks for walking through the options with me!
------------------------------
Christopher Job
------------------------------