Hello Team,
We have a taxonomy picker control which is developed by taking reference for the GitHUB taxonomy picker reporsitory created for SharePoint Online.
We have taxonomy picker field on a page we want to set the value of the picker(asp:hideen control) to a term by default.
We tried with the wss,name,guid format to assign it to the control but its not working.
Could you please help us with the requirement.
Code snippets will be useful.
Thanks.
VINAYAK BHANGALE
Hi Vinayak,
You can’t set the value of a Taxonomy field directly. Whatever the Taxonomy picker field you add to a list an additional Hidden field will be added in the background we need to set the value in that field only.
For example: If you have a taxonomy picker field called “Location” a hidden field “Location_0” will be added. Try to set the value in that field and check.
Thanks,
Jayakumar B