1

I am using SharePoint Online and try to build a SPFx WebPart. I am able to retrieve Enterprise Keywords stored in my InteractionLogList, with Label and GUID. As well I am able to retrieve all the Taxonomy Keywords with Label and GUID. Therefore I can show them for existing list items. I can search and select using the TagPicker. I am not able to store those values back to the List.

I read on Jason Lee's Blog to use REST API, a hidden field and to ensure no blanks in the label, or the list is corrupted. There's been a request for over a year to include Taxonomy in REST.

It seems to me JSOM would be a better way, but I couldn't find enough information to get started. I am new to the entire SPFx, TypeScript thing. I got long programming experience with C++ and C#.

Dennis Kuhn
  • 239
  • 3
  • 10
  • 1
    try this: https://stackoverflow.com/a/44269716/1498401 – tinamou Jul 17 '17 at 14:07
  • Thank you. I think [JavaScript API for SharePoint 2013](https://msdn.microsoft.com/en-us/library/office/jj193034.aspx) contains the functions needed, as in your link. Now I just gotta figure how I import to the JavaScript API into my SPFx project. – Dennis Kuhn Jul 17 '17 at 21:05
  • I got the tutorials mixed up, here is one for JSOM [dev.office.com/sharepoint/docs/spfx/web-parts/guidance/connect-to-sharepoint-using-jsom](https://dev.office.com/sharepoint/docs/spfx/web-parts/guidance/connect-to-sharepoint-using-jsom) – Dennis Kuhn Jul 17 '17 at 21:22
  • Important to be aware of the small issue [Kept on getting error message for @types/sharepoint #668](https://github.com/SharePoint/sp-dev-docs/issues/668) – Dennis Kuhn Jul 18 '17 at 05:21

0 Answers0