Forum Discussion
Steve Canvin
Jan 18, 2017Copper Contributor
Pulling Managed metadata from a list field
Hey - hope someone can help with this before i lose all my hair! I have a sharepoint list in a top level team site in o365. In a subsite i have a javascript which pulls a row from the list in the p...
Jan 18, 2017
It looks like your oListItem.get_item('RAG') is failing. Is your RAG field a list column or a site column?
If you are using list columns check the internal names (list settings -> column -> check url)
Steve Canvin
Jan 25, 2017Copper Contributor
I have made a new discovery. The script that pulls the information is stored at site collection level. If the script is used at the 1st level subsite it works perfectly. If the same script is used at 2nd level subsite its works for all values of the list except any that are managed metadata.
It would appear that accessing managed metadata from a sub subsite isnt working with my code - any idea what this would be or how to rectify it?