0
How do I use the 'button' field to connect to a different table?
I have a table Inventory and a subtable Orders From Customers. I would like to have a button (labeled "Create New Customer Order") that I can click within Inventory and it open a new record within Orders From Customers. Also, where within the manual is the information for the field called 'button'?
Thank you.
2 replies
-
let myOrder := (create ’Orders From Customers');
openRecord(myOrder)
Nick
-
Perfect! Thank you.
Content aside
- 6 yrs agoLast active
- 2Replies
- 1612Views