How to Update Tags with Scripts?

Salvador M_ Mar
Kilo Contributor

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!)

4 REPLIES 4

Adam Lankford
Tera Guru

Are you trying to update an XML file with new values?

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.

Priyanka Gupta
Mega Guru

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.

Here's a screenshot of the reference-

find_real_file.png