Alma - drools copyField doesn't work on multiple fields
- Article Type: General
- Product: Alma
Problem Symptoms:
The following normalization rule only copies the first 856 it encounters and it should be able to copy all.
rule "copy 856 to 956"
when
TRUE
then
copyField "856" to "956"
end
Cause:
This is a known issue. Only the first instance of a field is copied with copyField.
- Article last edited: 17-Nov-2022