pbzamora
About
- Username
- pbzamora
- Joined
- Roles
- Member
Comments
-
Hi bwiernik the code gave me this message: "itemType" is not a valid itemData field. thanks to you and adamsmith for trying! I guess I will be spending the next hour changing entries. Peter
-
yes those variables were changed, but still got: Error: Invalid field 'itemType" for base field in ItemFields.getFieldIDFromTypeAndBase() var fieldName = "itemType"; var oldValue = "book"; var newValue = "journalArticle"; var fi…
-
Thanks adamsmith! I changed the lines as instructed, got rid of the "for each" error getting this one instead: Error: Invalid field 'itemType" for base field in ItemFields.getFieldIDFromTypeAndBase() I wanted to change multiple ent…
-
SyntaxError: missing ( after for
-
used the code below, didn't work. any guidance will be appreciated __________________________________________ var fieldName = "itemType"; var oldValue = "Book"; var newValue = "Journal Article"; var fieldID = Zotero.ItemFields.getID(…