How to pre-fill the look-up column in a child list item based on the parent item, from whose form the child is being created?
Is this possible?
|
How to pre-fill the look-up column in a child list item based on the parent item, from whose form the child is being created? Is this possible? |
|||
|
|
|
At a high level, I would add a query string with the ID of the parent item to the destination url when you click the save button. From the new form, you could parse the parent ID out and set the selected value of the lookup with that ID. |
|||||||
|