Expand my Community achievements bar.

Elevate your expertise and be recognized as a true influencer! Nominations for the exclusive Adobe Community Advisor program 2023 are now OPEN.
Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First

  • on 08-06-2022
    I have many images in my documents. Some of the images are larger than the page width. When I fit the image to the page width, it becomes difficult to read the text within the images, or in some cases the entire image becomes difficult to understand. Is there any way to click and magnify images in a...

    Views

    545

    Likes

    0

    Replies

    6
  • on 08-06-2022
    We installed AEM Forms JBoss 6.5.12 on WIN SERVER 2019.  A recently Tenable nessus scan showed some log4j CVEs specifically v.1.2.14 from the following locations: <plugin_output>  Path              : M:\Temp\adobejb_server1\ArchiveStore\40\log4j-1.2.14.jar  Installed version : 1.2.14   Path         ...

    Views

    204

    Likes

    0

    Replies

    2
  • on 07-06-2022
    Storing and handling form data is one of the most important aspects to consider while designing forms. In a production environment, it is recommended not to store submitted form data in the AEM repository. The default implementation of Forms Portal Store, Store Content, and Store PDF submit actions ...

    Views

    127

    Likes

    3

    Replies

    0
  • on 31-05-2022
    Hello, I wanted to check if anyone in the community has done an integration between Adobe Assets/DAM and Adobe Commerce/Magento, such that, DAM is accessible from Magento.If not, in case of a headless commerce integration between AEM and Magento, where are the images stored and rendered on AEM pages...

    Views

    202

    Likes

    0

    Replies

    1
  • on 30-05-2022
    Tenho um formulário editável e gostaria de bloquear para ter não acesso aos forms?

    Views

    208

    Likes

    0

    Replies

    4
  • on 30-05-2022
    var cInput = xfa.host.response("Enter number of rows you want to add:", "Add rows", "1", false), n = parseInt(cInput, 10) > 0 ? parseInt(cInput, 10) : 1, i = 0; for (i; i < n; i += 1) { _Row1.addInstance(true); }Good day,  I posted a question about adding rows to a table and the above script from...

    Views

    610

    Likes

    0

    Replies

    14
  • on 26-05-2022
    Trying to increase the rows of a table dynamically, seems like the rows are increased and values assigned to the column. Able to verify these with the alert statement. But when form is rendered, no additional rows are displayed. Used the following java script in the initialize event of the table.Ple...

    Views

    238

    Likes

    0

    Replies

    3
  • on 26-05-2022
     We are contemplating a custom workflow step that will "wait x number of business days". Is it possible to create a workflow step to "block" the workflow like this?  Or would I merely need to create a loop and sleep in the loop?What happens when the server is restarted?  Would the component start ov...

    Views

    203

    Likes

    0

    Replies

    2
  • on 23-05-2022
    When i select any content fragment in listview and then click on edit it shows an empty page. I dont see any errors in console or error.logWe are currently using AEM 6.5.12. Is this a known issue?

    Views

    346

    Likes

    0

    Replies

    3
  • on 23-05-2022
    Hi All,  We'd like to make calls to GraphQL endpoint programatically from within AEM (OSGi bundles).Can help share how to best do it? Should we use https://github.com/adobe/aem-headless-client-java?  Is this Java client designed to be used inside AEM or outside AEM?Or what about using HTTP Client Fa...

    Views

    407

    Likes

    0

    Replies

    5