Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/19/18
    Hello,Could some one let me know how to pull list of contents (Assets/Pages) created/modified on last 10 days in AEM 6.2 Author to package and export from one environment to other environment without any code or component changes ?Thanks,GVK

    Views

    1.9K

    Like

    1

    Replies

    4
  • 4/19/18
    As we all know, when we publish a page, AEM prompts to activate dam assets of that page as well.I have a requirement where I shud stop publishing dam assets while publishing a page. Do we have any OOB options available?

    Views

    3.3K

    Likes

    0

    Replies

    2
  • 4/19/18
    I am working on a MutliField component with a Custom Xtype, so our author can create a list of YouTube videos for a built-in playlist.  I created a component called videoplaylistmultifield that just contains a single js file which builds the fields and registers the xtype and inside my Video compone...

    Views

    891

    Like

    1

    Replies

    3
  • 4/19/18
    We are trying to implement custom meta along with some OOTB meta data. Our issue is that the last tab always comes up with the "Insights" tab which our product team does not want. It is coming OOTB but wondering if there is a way for us to hide it. We try looking at the - /libs/granite/ui/components...

    Views

    4.5K

    Likes

    0

    Replies

    6
  • 4/19/18
    in 6.1 as a content author - If i schedule to publish page from the actions bar - and press publish.  HOw can i then go back and check what time i set it for?

    Views

    2.4K

    Like

    1

    Replies

    2
  • 4/19/18
    I have a final totalMileage calculation at the end of a form by using... ::calculate - (FormCalc, client)So far the summary syntax  is worked as sum(Table3.Row3[31].TotalEnd - Table3.Row3[31].TotalBegin) I'd like to add an If statement with an error message,  if the sum()  < Total Begin , then messa...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 4/19/18
    Hi,I have created a OSGi service to generate JWT to connect ACS REST API. Following is my code// Expiration time in seconds        Long expirationTime = 86400L;        // Metascopes associated to key        String metascopes[] = new String[]{"ent_campaign_sdk"};        String imsHost = "ims-na1.adob...

    Views

    7.4K

    Like

    1

    Replies

    7
  • 4/19/18
    Hi,is there any way I can discard changes on a page (I deleted some content) if I haven't even published it yet?I know that you can create versions but honestly I'd expect to have a option to discard unpublished changes and/or go back to at least the previousely published state of a page WITHOUT man...

    Views

    2.9K

    Likes

    0

    Replies

    6
  • 4/19/18
    Hi,I am creating a new AEM project using maven archetype 11. The project builds fine but when i'm trying to use the profile "autoInstallPackage", the build is failing with error: [ERROR] [ERROR] Some problems were encountered while processing the POMs:[ERROR] Unresolveable build extension: Plugin co...

    Views

    3.3K

    Likes

    0

    Replies

    6
  • 4/18/18
    Hello All,I am implementing a replication event handler and one of the requirements is to get the replication agent id for each of the activate processes.This is snippet of what I have written in the handleEvent methodReplicationAction replicationAction = ReplicationAction.fromEvent(event);if (null ...

    Views

    6.6K

    Likes

    0

    Replies

    15