0
How to auto-fill the relationship field choice?
How to auto fill this relationship field when I create new record, instead of click into the field and choose what record. I want it auto fill because the date is just the latest date, so I don't have to click on it 2 times. can someone help me with this please?
28 replies
-
In the Shipping table, you can add a button with the following code:
let selectNGAY := first(select 'THU/CHI' where NGAY = today()) 'NGAY THU/CHI' := selectNGAY
This is link the first record in THU/CHI that has today's date to the current record in Shipping.
Content aside
- Status Answered
- 8 mths agoLast active
- 28Replies
- 180Views
-
3
Following