Hi, Is there any to find purged object's id? I will appreciate your reply very much ! Alice P6FR_sun_ran - Fri May 30 03:28:58 EDT 2014 |
Re: How to find purged object's id? Once an object is purged it is gone. You can find out which object have been purged by: 1. looking at a previous baseline and seeing which objects exist there, but no longer exist in the current version (inlcuding soft deleted objects). 2. if there are no baselines then look for the missing absolute numbers, i.e. gaps in the sequence 1,2,3 ... n, where n is the largest absolute number you can see. Any numbers not still around used MAY have been purged. I say MAY because if you create new objects and then close the module without saving the absolute numbers get consumed. Tony |
Re: How to find purged object's id? Tony_Goodman - Fri May 30 04:08:14 EDT 2014 Once an object is purged it is gone. You can find out which object have been purged by: 1. looking at a previous baseline and seeing which objects exist there, but no longer exist in the current version (inlcuding soft deleted objects). 2. if there are no baselines then look for the missing absolute numbers, i.e. gaps in the sequence 1,2,3 ... n, where n is the largest absolute number you can see. Any numbers not still around used MAY have been purged. I say MAY because if you create new objects and then close the module without saving the absolute numbers get consumed. Tony Also, you can look through History for HistoryType "purgeObject". |