Timeline for Configure LookUp field using Sharepoint PNP Powershell
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 15, 2019 at 7:35 | comment | added | Zdeněk Vinduška | Sorry bad reading from my side :D Here: $list = "listname" $ctx = Get-PnPContext $lkField = Add-PnPField -List $list -DisplayName "fieldname" -InternalName "fieldname" -Type Lookup -AddToDefaultView $lkField = $lookupField.TypedObject $lkField.LookupList = "Lookup List ID" $lkField.LookupField = "Lookup List field name" $lkField.update() $ctx.ExecuteQuery() | |
| Jan 14, 2019 at 15:52 | comment | added | KmDroid | The site that you provided is for insert data in column and not to configure it. | |
| Jan 14, 2019 at 14:48 | history | answered | Zdeněk Vinduška | CC BY-SA 4.0 |