How to Update Tags with Scripts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2018 01:30 PM
Hi All, How do you update tags of records using a server-side scripting? I check the XML of a record and tags are not an available field. (Thanks!)
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2018 01:48 PM
Are you trying to update an XML file with new values?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2018 01:57 PM
In a way, yes....basically, I want to query a table; then update each record with a certain value on the tag. Typically, this would easy if the tag is part of the XML file but I did not find any that resemble a tag (or Im just tired now)...any tips/leads are appreciated.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2018 02:18 PM
Tags are stored in the table label and the reference of tags are stored in the table label_entry.
You can query the table label and look for your tag and then obtain the reference on label_entry to update those records.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2018 02:19 PM