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

null
    • Nick
    • 5 yrs ago
    • Reported - view

    let myOrder := (create ’Orders From Customers');

    openRecord(myOrder)

     

    Nick

    • erin
    • 5 yrs ago
    • Reported - view

    Perfect! Thank you.

Content aside

  • 5 yrs agoLast active
  • 2Replies
  • 1606Views