1.Type of intervention: -> tag <TIPO-INTERVENTO >
evaluate j1_rcit_tipo_intervento
owhen "L" move "In laboratorio" to tm-tipo-intervento
owhen "R" move "Remoto " to tm-tipo-intervento
owhen "C" move "c/o Cliente " to tm-tipo-intervento
end-evaluate
2. Business trip-> tag <TRASFERTA>
evaluate j1_rcit_fl_trasferta
owhen "S" move "SI" to tm-trasferta
owhen "N" move "NO" to tm-trasferta
owhen other move spaces to tm-trasferta
end-evaluate
3. Bill? -> tag <TAB-M-STF>, e tag <TAB-P-STF>
evaluate w-fl-fat
owhen "S" move "Si" to w-acid-fl-fat
owhen "N" move "No" to w-acid-fl-fat
owhen "G" move "Gia fatt." to w-acid-fl-fat
owhen "X" move "Altro " to w-acid-fl-fat
owhen "C" move "A costo " to w-acid-fl-fat
owhen "D" move "Definire " to w-acid-fl-fat
owhen "R" move "Garanzia " to w-acid-fl-fat
owhen other move spaces to w-acid-fl-fat
end-evaluate
system status: tag <RISOLUTIVO>
if j1_rcit_fl_risolutivo = "S"
omove "SI" to w-xml-info
else
move "NO" to w-xml-info
end-if
if j1_rcit_fl_risolutivo = "N"
and j1_rcit_esec_data = zero
move spaces to w-xml-info
end-if
dove spaces = ‘ ‘