Forum Discussion
Former_Member
9 years agoIdeator I
Hi Eli,
Thanks for reply !
The method that you suggested works fine. But the API that I am currently using to insert parts does not get all the parts at the same time. It is called again and again to insert single part at a time.
For example :
If I have three Parts TestPart1 , TestPart2 , TestPart3. Then the API is called three times.
So currently it is not possible to get all the objects at same time and add them to single ApplyAML tag.
Is there any other way to achieve transaction boundary in this scenario ?
Thanks !
-Ketan.