Quote:
Originally Posted by mcb123
I want to apply one of two tags to a book based on the Status variable. Namely, if a work is Status: Complete I want to tag it "FF COM" and if In-Progress or undeclared, "FF IP" I do not want to use extratags for this because 1 of my custom columns is already dependent on the extratags variable.
|
Code:
[defaults]
# or whatever specific site you want to apply it do.
add_to_replace_metadata:
status=>Completed=>FF COM
status=>In-Progress=>FF IP