Why is there a message box when I click "Edit" on the main form?
Hi community, I have created a Leads table that allows autoflow marketing/sales data from ruby calls, webhooks and emails to the quickbase using Zapier. Without knowing of having done any auto message box, every time I click the "Edit" button in the main form, a message box pops up saying: "You are on the Edit Record Page" FYI, the atriagroup... is our domain realm. While the autoflow still running, is there a way to turn off this message box and where should I check to prevent such message boxes from popping up? ------------------------------ Davy Ou ------------------------------0Views0likes2CommentsCustom Save button - Redirect not acting as expected
Using the IOL method I have hidden much of the native UI for QB to create a clean look, this includes the native save buttons. I have created a Custom save button that 'seems' to work. It says it is saving and then redirects to my desired site.When I review the table the record is not there, It did not save. Any help would be appreciated. Not great with Java/JQuery. I have read that if you hide the native menus that the DoSave does not work anymore. Feedback here is also welcome. Formula RTF: var text SAVE = "onclick=\"$('#saveButton').click()"; //other variation same results //var text Save="onclick=DoSave()"; var text REDIRECT = "http://www.redirectedsitesomewhere.org"; "<a " & $SAVE & "; href='"& $REDIRECT &"'><img src='https://dabuttonfactory.com/button.png?t=Submit+Request&f=Open+Sans-Bold&ts=16&tc=fff&hp=31&vp=10&c=11&bgt=unicolored&bgc=19204b'/></a>" ------------------------------ Greg G ------------------------------3Views0likes1CommentIOL to change embedded table font size on Forms
I've managed to get the IOL technique up and running. Could someone guide me advise/or paid on how can I increase the FONT size of my embedded table. ------------------------------ Prashant Maheshwari ------------------------------4Views0likes5Comments