normalization rule to remove field 003
- Product: Alma
- Product Version:
- Relevant for Installation Type:
Question
We wrote an easy normalization rule to remove the field 003 from each record:
when
(TRUE)
then
removeField "003"
end
It does not work. Why is that?
Answer
Instead of
removeField "003"
please use
removeControlField "003"
- Article last edited: 14-April-2016