0
Button new entry
Hello,
In my table customer I'm lookink to add an action to a button just to create an new empty entry?
Any help.
Thank you
2 replies
-
You could make a button with this formula:
let myNew := (create customer);
myNew.Naam;
closeRecord();
popupRecord(myNew) -
Thank you Steven.
Content aside
- 6 yrs agoLast active
- 2Replies
- 1624Views