Forum Discussion
María José Pedreira
Jul 30, 2017Brass Contributor
Relationships between two lookup type fields
I need create a content type with two Lookup type fields. I dont mind if the first field is a Choice type or Lookup type. But the second one I believe must be a Lookup field). Both fields must be r...
- Jul 30, 2017
you may have been using the SPServices http://spservices.codeplex.com/ that were created by MarcDAnderson
Jul 30, 2017
Cascade Lookups has not been there in any SharePoint version ^-^ You need to implement it by doing some code on the client side...is this SPO? If yes, then you have two scenarios here:
(1) For classic lists/document libraries you can have this functionality by means of JavaScript code injected in some way (JSLINK is one of the possibilities you have) in the client side of your list / document libraries forms
(2) For modern SPO lists / document libraries you have the SPFx Extensions that are currently in preview
(1) For classic lists/document libraries you can have this functionality by means of JavaScript code injected in some way (JSLINK is one of the possibilities you have) in the client side of your list / document libraries forms
(2) For modern SPO lists / document libraries you have the SPFx Extensions that are currently in preview
- María José PedreiraJul 30, 2017Brass Contributor
Hi jcgonzalezmartin,
I forgot to tag my question. I'm working with on-premise 2016... I suposse that I'll have to write code because there is no an OOTB solution, won't I?
Thanks
- Jul 30, 2017Correct! And in this case, go for JSLINK!!