Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
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.