10-16-2009, 10:38 PM
Hello,
Here is the scenario:
Recording of the script:
1. I create an object. Example: (Library).
2. Library on the server side has an artifactID. 12345.
3. Later on in the script i select a set of books from a list and ADD to the Library Object.
End Recording.
Issue:
Before the replaying the script (i am deleting the existing LIBRARY object so the script can create if for me. So the the scirpt create the LIBRARY object, now it has a new artifactID 99999.
When i proceed to the next step to add books to the library, the script is still pointing to add books to artifactID 12345.
Any ideas on how i can have the script to recognize and capture the new create object and its artifactid?
thanks in advance for your patience.
rd
Here is the scenario:
Recording of the script:
1. I create an object. Example: (Library).
2. Library on the server side has an artifactID. 12345.
3. Later on in the script i select a set of books from a list and ADD to the Library Object.
End Recording.
Issue:
Before the replaying the script (i am deleting the existing LIBRARY object so the script can create if for me. So the the scirpt create the LIBRARY object, now it has a new artifactID 99999.
When i proceed to the next step to add books to the library, the script is still pointing to add books to artifactID 12345.
Any ideas on how i can have the script to recognize and capture the new create object and its artifactid?
thanks in advance for your patience.
rd