EstebanVega
3 years agoQrew Member
Save & Close button
Hi all,
I am looking for a way to configure a button that when I click it, it opens a new tab to add a comment, after finishing the comment, I need to save it then close that tab automatically.
Do you have an idea on how to achieve this?
Thanks!
------------------------------
Esteban Vega
------------------------------
- There are some sample code pages available. One is to close a popup. - https://resources.quickbase.com/db/bq8meiyhh?a=dr&key=21 - So your steps would be: - Create a form that only has the comments field on it (and whatever else you want, maybe a title or instructions).
- Create a rich text button that opens the current record in a popup, to that new form, in edit mode.
- Use the code page and NextURL (as seen in the link above), which will auto close the popup.
 - Please note that in the example, they use and add record API. Their example is adding a child record and then closing popup, but you can do it while editing a record. As long as the NextURL command calls the close popup. 
 ------------------------------
 Mike Tamoush
 ------------------------------