Skip to main content

Change list of values in enumerated Field

Comments

2 comments

  • Official comment
    Mike Chen

    Hi Anne,

    Sorry, but unfortunately you can't update the enumeration values on existing documents. The best I can suggest is to change the code of your field so that newly generated documents will have the correct values. If you change just the code of your field it can still have the original field name. You could also write code to find all of the old documents in your database, delete the old field and add the new field to them.

  • Anne Mund

    Hi Matt,

    Thanks for the quick answer!

    This is unfortunate; I'll see if I can implement the workaround you suggested.

    0

Please sign in to leave a comment.