Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 1/25/18
    Hi All,We are trying to send an email from a service. The mail contains an HTML body and an attachment. Below is the code we are using to send email.DataSource source = new ByteArrayDataSource(bytes, "application/pdf");MimeMultipart multipart = new MimeMultipart(); // Create the attachment partMimeB...

    Views

    5.9K

    Likes

    0

    Replies

    3
  • 1/25/18
    Hi All,How can I disable DAM Update Asset workflow for a specific path?My requirement is, whenever I upload or modify any files under my asset path (/content/dam/myproject/) the default DAM Update Asset workflow should not be launched automatically.RegardsDenny

    Views

    8.7K

    Likes

    2

    Replies

    5
  • 1/24/18
    To achieve my question above, I used querybuilder that retrieves custom pages and then I map these maps to a model file.My problem is that in some instances, there are pages without this custom property (as an example, let's call it aNew which can be either true or false and of boolean property).My ...

    Views

    3.8K

    Likes

    0

    Replies

    3
  • 1/24/18
    Hello,     We are migrating our codebase from AEM 6.1 to 6.3 and we are facing issues in user account creation.     In older versions of AEM, we created user accounts with AccountManager (created using AccountManagerFactory).     With the new implementation, We have to use AccountManagementService i...

    Views

    1.8K

    Likes

    0

    Replies

    2
  • 1/24/18
    I am so confused so have few questions regarding responsive layout. Really appreciate if someone will help me to understand this:1. would like to know if AEM is using bootstrap to implement responsive grid? If yes then which version of bootstrap?2. Our project is already using bootstrap and media qu...

    Views

    2.1K

    Like

    1

    Replies

    2
  • 1/24/18
    HelloI have a really complex query using HashMap and the QueryBuilder, part of it has something like this:        map.put("path", "/content");        map.put("path.exact", "true"); // defaults to true        map.put("path.flat", "true");        map.put("path.self", "true");I took that code from this...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 1/24/18
    What are best practices for authors for deleting vs. deactivating a page? If you delete a page, you lose all of the content. So what if authors wanted to bring that page back at some point? From my research, it looks like a developer can recover the deleted page if a version was created. But that is...

    Views

    752

    Like

    1

    Replies

    2
  • 1/24/18
    I need to adapt document metadata node to an object. The code is as below. But the object returns null. Did anyone face similar issue?Resource resource = resourceResolver.getResource(destinationPath+"/"+JcrConstants.JCR_CONTENT+"/metadata");DocumentInfo documentInfo = resource.adaptTo(DocumentInfo.c...

    Views

    5.6K

    Likes

    0

    Replies

    11
  • 1/24/18
    There are two Image widgets in my touch UI dialog, How can i enable cropping feature for two Image placeholders individually.I have seen the OOTB Image Components under libs/foundation and core/wcm/components both are using in-place editing. Is there any other way to achieve this ??

    Views

    1.5K

    Likes

    0

    Replies

    5
  • 1/24/18
    Dear team,We have scheduled a job on author environment it is working fine, but my concern is when the project is replicated on publish environment will the job be also scheduled on publish. If yes then please suggest how do we avoid this scenario.Note:- Currently My project folder contains componen...

    Views

    3.1K

    Like

    1

    Replies

    3