Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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?
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?
@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