Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Why did process applying a normalization rule to a set of titles fail?

    • Article Type: Q&A
    • Product: Alma

    Question

    Why did process applying a normalization rule to a set of titles fail?

    Answer

    One reason for this could be the syntax of the normalization rule. For example:

    rule "Add 740 with Set XXX"
    when
    (True)
    then
    addField "740.a.Set XXX"
    end

    Will not work, because the syntax requires that the condition, i.e. (True), needs to be in all caps.

    Change to
    rule "Add 740 with Set XXX"
    when
    (TRUE)
    then
    addField "740.a.Set XXX"
    end

    Category: Alma - Resource Management

    Subject: Metadata Editor - Alma


    • Article last edited: 3/20/2015