We have a table UDF which can accept multiple values. How can I use MXI import so that the import does not replace the existing values from this UDF.
Say possible values for UDF are 'A','B','C'
For Company 'XXX', UDF value is 'A'.
Now when we do MXI import, I won't to add set UDF value to 'B' for company 'XXX'. It shouldn't remove value 'A' from the list.
Original Post