Page 1 of 1

Update Lookup in Different List

Posted: 07 Jun 2017
by thlavka
Hi,

I have 2 lists:
-Accounts
-Representatives


When a new account is created in the Accounts list, I would like to add the account to the list of Associated Account(s) (Internal name "Associations") in the Representatives list.

Representatives list
Image


Accounts list
Image


Representatives list
Image

Can this be done?

Thanks,
Tammy

Re: Update Lookup in Different List

Posted: 08 Jun 2017
by Dmitry Kozlov
Hi Tammy,
I'd recommend you to leave just one link between entities - a single lookup column in the Accounts list. If you want to display all companies associated with a certain Rep, add a Related Items control to the Representatives form and filter it by the current item:
https://spform.com/documentation/relate ... gular-mode

Re: Update Lookup in Different List

Posted: 09 Jun 2017
by thlavka
Thank you Dmitry. I figured out a way to do it with SharePoint Designer. I'm still learning Forms Designer but I will look into your suggestion as well.