Hi,
Help, please.
How can I populate a SharePoint list from a SQL DB? For example, I have the following DB structure:
ClientID | ClientFirstName | ClientLastName | Address | PhoneNumber | LastPurchasedItem | LastPurchasedValue |
2438 | John | Doe | NA | 6092222222 | Nokia Lumia AC | US 450.00 |
And I have this SP list:
- ClientID
- ClientFirstName
- ClientLastName
- PhoneNumber
- LastPurchasedItem
- LastPurchasedValue
- Addition Field
- Addition Field
- Addition Field
- Addition Field
What I need to do?
I need to pick up the ClientID and/or PhoneNumber and the rest of the fields are populated automatically. Maybe something like this:
Thanks in advanced.