1
vote
1answer
62 views

Does SP 2010 have any support for taxonomy update workflows?

Does SP 2010 have any support for taxonomy update workflows? Or if not directly, is it possible to develop something like that using the Sharepoint API? What would be needed: taxonomy change ...
0
votes
0answers
107 views

sandbox workflow action: read taxonomyfield value and give the full path value back

I like to build a custom sandbox workflow action. The action must read a taxonomy field and give me the full path (like id;#value1:value2). Input for this sandbox workflow action is the field value: ...
1
vote
1answer
932 views

Update taxonomy field from workflow

I’m in quite a bind here. I just need to update a taxonomy field in a list item, but I keep getting an “Updates are currently disallowed on GET requests. To allow updates on a GET, set the ...