this object has been soft deleted.you can try to undeledt it.

the delete file where to get.

Add Comment
3 Answer(s)

Hi,
If I understood correctly, you need to know where find a deleted file.
You can search in the  Recycle Bin Saved Searche (top left of web client). once opened, you can Undelete it via Action menu.
Otherwise, via SDK, you can open your object as an normal one

IDataObject object = session.getObject(XXX.OBJECT_TYPE, “UNIQUENUMBER”);
object.undelete();

in this way, the object will be undeleted anyway without search it manually

Please fill your questions with more details

Agile Angel Answered on April 4, 2017.
Add Comment

Hi Antonio,
Thanks for your quick reply.
I am using 9.3.5 version, in this we don’t have the Recycle bin option in my screen, pls find attached my screen shot.
could you please send your screen image to locate the recycle bin.

in our Agile, already created part# has been soft deleted some where, but our client wants same part# and to add Attachment.
Thanks

Agile User Answered on April 4, 2017.
Add Comment

Hi Rajesh

The search si available also in 9.3.5 IF you have the right privileges assigned and your profile is set to view the Recycle Bin Search

http://docs.oracle.com/cd/E69230_08/otn/pdf/user/html_agaaj/output/appendix_c.htm

To view them, open your profile and go in General Info tab.
Here you can find the field Searches where you can edit it adding the Recycle Bin one

RE: this object has been soft deleted.you can try to undeledt it.

Agile Angel Answered on April 4, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.