Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Dam image mark as "outdated"

Avatar

Level 3

Hi,

When I'm publishing a product with a DAM reference, it said that the DAM image is outdated. Can I know what that mean? Also this image is published months ago.

1542686_pastedImage_3.png

When check the API, it has the status for reference DAM image.

{

"assets":

[

{

"type": "asset",

"path": "/content/dam/myimage.jpg",

"name": "myimage.jpg",

"published": true,

"outdated": true,

"status": "outdated",

"disabled": false,

"lastPublished": 1516086825781,

"lastModified": 1533277309333

}

]

}

Any help would be appreciated.

Regards,

Manh

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi,

I got the answer. It's because the last modified time is after the last published time.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Hi,

I got the answer. It's because the last modified time is after the last published time.

Avatar

Level 10

Thanks for posting the information you found. That is great.