Hi,
Is it possible to populate a multi select lookup field in a form?
Main form: has a date field and a Orders multi select lookup field
Here is the behavior i want:
1) User selects a date.
2) On User Input, the script populates the Orders multi select lookup field based on the date selected.
input.Orders.add(orderID) doesn't seem to do anything.