DAM Embargoed asset pop-up (asset publish only when on time reached) | Community
Skip to main content
tushaar_srivastava
Level 6
September 9, 2020
Solved

DAM Embargoed asset pop-up (asset publish only when on time reached)

  • September 9, 2020
  • 1 reply
  • 2381 views

Hi Team,

 

When author activates the asset, and the effective publish date is not reached, a popup will display.

 

So here, we have an option in metadata of an asset is "effective date" it is a date field.

 

Now the requirement if we publish the asset only when it reach effective dates, it we try to publish asset before effective date then it'll show a pop-up,

Asset will not be published until effective date is reached.."

 

Give option to Cancel or Proceed with in Pop-up.  Proceed will activate the asset.

 

Not sure how to do this, we need to write a JS, but which OOTB JS we need to overlay for asset metadata, or how to do this?

 

Note : here "Effective dates" is a custom date field in metadaschema.

Scenario : Suppose, if author set Effective date as 30-Dec-2020 and want to activate the asset before mention effective date 30-Dec-2020, then instead of publishing it'll show the pop-up 

"Asset will not be published until effective date is reached.."

Give option to Cancel or Proceed with in Pop-up.  Proceed will activate the asset.

 

@arunpatidar  @vijayalakshmi_s  @kautuk_sahni @theo_pendle   @nikhil-kumar 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijayalakshmi_S

Hi @tushaar_srivastava,

OOB Default Metadata Schema doesn't has this field named "Effective Dates". (Per 6.5.0)

Is it a custom field you have as part of your project specific schema?

 

1 reply

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
September 9, 2020

Hi @tushaar_srivastava,

OOB Default Metadata Schema doesn't has this field named "Effective Dates". (Per 6.5.0)

Is it a custom field you have as part of your project specific schema?

 

tushaar_srivastava
Level 6
September 10, 2020

Yes Effective Dates is a custom field and example is author set effective date as 15-sept-2020 and if want to publish before 15-sept-2020 then it'll not publish the asset instead will show the pop-up

 

Updated the same in above question, thank you