I want to move Monitors (Product B), 1000.00 (Sale B) and 5 (Volume B) to
Product A, Sale A and Volume A.
This is through a scheduled agent on all documents using Lotus script. I know I have to use the arrays but don’t know how to write the code. I am not much familiar with Arrays.
I can get all documents from a view but not getting idea on how to remove the values from B and move it to A? I am stuck and don’t know how to proceed further.
Subject: RE: Move values from multivalue fields using Arrays
Hi Stephen,
The products are in a Master list. I am comparing the existing documents with the master list. If Rabbit is Product A in the Master list and is in Prodcut B in the existing document, then I want to move Rabbit and all the related values to A and remove the entry from B.
I don’t want to replace any values from Prodcut A, like Dog with Rabbit. I want to add the Rabbit to Product A .
Subject: RE: Move values from multivalue fields using Arrays
Thanks Stephen.
The values of the product B should be empty once its moved to A. All the multivalue fields are the same size. I am not good at arrays and tried couple of ways but diddn’t worked.