Hi All,
Recently I created a batch program to create multiple copies of physical item successfully (For example : with => request.add("pouniqueID","");).
Now, there is a requirement that the uniqueID needs to be manually created - based on what the user specifies (For example : with => request.add("pouniqueID","test1001") and in multiple copies.
With the manually specified uniqueID and number of copies greater than 1 (request.add("poNumCopies",2);), LAPI gave me the following error:
Status Code: 101103
Api Error: Unique ID already in use
Error Message: Unique ID already in use
Status Message: Error Creating node
Only when I changed number of copy from multiple to one [the request.add("poNumCopies",2); to request.add("poNumCopies",1);] --> then it worked fine.
May I know is there any way for me to define my own uniqueID for multiple copies?
Any trick in LAPI to achieve that?
Hope anyone who knows about it, can share with me about it 
Many thanks in advance,