Skip to main content
16-Pearl
October 1, 2024
Question

Is it possible to capture the object when it is Marked Out of Date

  • October 1, 2024
  • 1 reply
  • 584 views

I have found that Derived Image Table stores the information of MOOD.

I have written a listener on Update Event checking on Derived Image Object.

The Listener works perfectly, But even the object is MOOD the derivedImage.isOutOfDate() returns false.

Is there any other specific event to check on MOOD or Am i missing something?

1 reply

avillanueva
23-Emerald I
23-Emerald I
October 1, 2024

So is this case where the table is storing its out of data but the method that calculates it returns that it is not? Lots to read here:

https://www.ptc.com/en/support/article/CS78549?source=search

https://www.ptc.com/en/support/article/CS256292?source=search

I would think being out of date is a function of some of the dependencies. Have you looked at a simple case like a part model or a drawing object?

HelesicPetr
22-Sapphire II
22-Sapphire II
October 2, 2024

@avillanueva is right, there can be some calculation on the fly if the information is displayed anywhere but

the information in database has not been updated, 

The database information can be updated by some action or situation in the system, but the information in the database can be also out of date, so calculation is needed based on rules how the out of date tag is calculated. 

 

huge topic 😄 what is out of date and how to calculate this information 

 

also "publish.markoutofdateonpdmcheckin=true" can the change the behavior and set information in database properly.

PetrH