0
How to create a button to start a new Appointment?
Hello and good day to All!
I have a table called "Events" where I record interactions with customers (a simple form with selection of date, remarks, choice field to select if email sent, email received, call, etc).
I created a dashboard with some buttons; one button is called "New Event" and I would like to "onclick" this button creating a new Event (action would be like clicking the "+"sign at the bottom of every table in Ninox.
I know it may seem simple but I'm starting and step-by-step learning Ninox.
Thanks in advance!!!
Pedro
1 reply
-
let i := create Events;
openRecord(i)
Content aside
- 3 yrs agoLast active
- 1Replies
- 415Views