How to copy Control field to a Data field using Normalization rule
- Product: Alma
- Product Version: Jun 2018 Release
Description
Normalization rule to copy Control field to Data field
Resolution
Use CopyField in order to copy Control field to a data field, for example:
rule "copy Holding 005 to 905 Field"
when
(TRUE)
then
copyField "005" to "905.a"
end
- Article last edited: 1-Mar-2018