Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 5/30/22
    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

    1.3K

    Likes

    0

    Replies

    14
  • 5/26/22
    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

    479

    Likes

    0

    Replies

    3
  • 5/26/22
     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

    385

    Likes

    0

    Replies

    2
  • 5/25/22
    I am trying following extensionhttps://experience-aem.blogspot.com/2020/10/aem-6560-sites-editor-asset-finder-set-default-folder.html  I don't see the dropdown in the asset filterI even tried the following https://github.com/moonraft-innovation-labs/aem-unsplash-integrationI have tried on sp11 and s...

    Views

    449

    Likes

    0

    Replies

    2
  • 5/23/22
    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

    691

    Likes

    0

    Replies

    3
  • 5/23/22
    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

    843

    Likes

    0

    Replies

    5
  • 5/19/22
    Hi Team, We have AEM forms and we are using attachment in our form.on click of attachment OOTB is deleting the file but we need to some more activity on click can we overide delect  click event of  forms attachment component,If yes let us know the process. @Mayank_Gandhi @Pulkit_Jain_   Need your in...

    Views

    574

    Likes

    0

    Replies

    5
  • 5/16/22
    Hi all! This is related to a previous question that I've asked, but I think I narrowed things down quite a bit. I have a script (Fragment) that runs on submission that scans the form and makes all hidden-required fields optional, that way the form will submit as long as all of the visible required f...

    Views

    602

    Likes

    0

    Replies

    4
  • 5/15/22
    Please send me a private message and the details of your request Are you looking to buy Adobe Experience Manager - Forms?And if you don’t mind can you please tell your location 

    Views

    252

    Like

    1

    Replies

    0
  • 5/12/22
    We have a use-case where we need to create a dynamic group and add users dynamically into the group for a user assignment task.  The users are variable and determined during runtime.  We are using the following APIs to create the group and assign users. https://developer.adobe.com/experience-manager...

    Views

    653

    Likes

    0

    Replies

    3