Expand my Community achievements bar.

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

  • 7/18/22
    <sly data-sly-test.editor="${wcmmode.edit || wcmmode.design}"></sly><div id=" " class="${editor?'abcd xyz myclass':'abcd xyz'}">     ........</div>I Found this answer but I can't use

    Views

    348

    Likes

    0

    Replies

    2
  • 7/17/22
    Hi All, I have managed an "Invoice template" similar to attached sample. What I need is, each time I change currency (by related drop-down list) I need all instances locale to change set currency. Change currency "drop down" includes neccessary script for the 1st row. However for sub-rows added by i...

    Views

    452

    Likes

    0

    Replies

    3
  • 7/15/22
    I am sure I am missing something. I cannot find the syntax to refer to the displayname in a dropdown list. ${mydropdown} gives me the value but I need both the value and the displayname. I've verified that they are both set correctly by using a rule to populate two text fields with them.Any assistan...

    Views

    1.1K

    Likes

    0

    Replies

    11
  • 7/15/22
    We have a requirement to send the email in batches as we have a huge recipient list and our smtp servers are not allowing that huge list at a time in one go.So, we are writing a logic to send the email to the recipient list in chunks. While doing that at the line "messageGateway.send(email);", I'm f...

    Views

    705

    Likes

    0

    Replies

    5
  • 7/15/22
    Last year while troubleshooting another problem, Pulkit help me access http://localhost:8080/lc/system/console/configMg.  If my notes are correct, Pulkit told me to use http://localhost:8080/lc/system/console/bundles, but before I can access this site, I had to logon to another site.  However, I can...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 7/13/22
    Hi all, I am in the process of creating an AEM Form for comments and after submission I want the data collected to be sent to a SharePoint list. Is it possible for me to submit the data collected using the "Submit to rest endpoint" option to a SharePoint list?

    Views

    432

    Likes

    0

    Replies

    2
  • 7/13/22
    Hi All, We trying to generate default DOR on AEM forms as cloud service.We have connected to Unified storage connector to save form data on Azure. Created a FormData model to persist data on Azure blob.Submitting form using "Submit Form Data Model".Form data get saved on Azure blob.DOR generation re...

    Views

    542

    Likes

    0

    Replies

    4
  • I have a formula that defines a rate based on the year...   }else if(Row2.YearTraveled.rawValue == "2022" && Row2.ddModeTransportation.rawValue == "Motorcycle"){this.rawValue = ".605";}Now I need to break up this year to calculate based on time frames....1/1/22-6/30/22  is one rate and 7/1/22-12/31/...

    Views

    458

    Likes

    0

    Replies

    2
  • 7/13/22
    Hello community, I find developing javascript functionality for AEM forms (in the code editor of the rules) to be a real chore (and that is putting it mildly) because it is very much prone to errors when the scripts reach even a modicum of complexity (which they do at times). I found this API (Adapt...

    Views

    255

    Likes

    0

    Replies

    0
  • 7/12/22
    Hi I have managed an Invoice template by:  Table1._Row1.addInstance script.  And also I have managed a drop down menu to change local currency (time to time we need to issued invoices in different currences).The change local command only applies to 1st row, but not the rows added by instance manager...

    Views

    488

    Likes

    0

    Replies

    3