Yes, the behaviour is same in AEM 6.1. We actually raised the doc bug CQDOC-7459 which is why the details of this job were added in AEM 6.2 and so on.
Re: Assets expiry date
Asset name with spaces
Can I upload any asset name with spaces? Would this cause any problems?
Re: Asset name with spaces
For instance, if the asste name is "abc def.png", Is this okay to upload as is, or should I be changing the name?
AEM 6.5 SPA React component with datasource in dialog
Hi Team,
is there any sample React component that uses datasource ( having some data) to make use of in React Props
Re: Asset name with spaces
It should be okay. However, there were few issues identified because of the space present in the asset name, but those fixes are backported to 6.4 and 6.5.
Regards,
Vishu
Re: Asset name with spaces
Check the naming conventions here: Naming conventions for assets
Re: Assets expiry date
thank you very much very helpful
Re: Asset name with spaces
Does this mean I need install any service packs?
Re: Asset name with spaces
What is your AEM version?
It is recommended to be always on the latest service pack to avoid running into known issues.
Re: percent calculation
That works, thank you!
Re: Multiple file processing in ACS
Thanks Jyoti!! It worked!!
Re: Asset name with spaces
We are on 6.4.4. However I am worried about any indexing challenges we might get with it.
We ran into a recent issue of resource resolver and Externalizer being used in the same code and they are encoding the path twice. So "abc def.png" is becoming "abc%2520def.png" instead of "abc%20def.png". Do you think that is an issue with code or could possibly be because of the spaces?
Note : We have a lot of assets with spaces? Should we consider renaming them?
Re: Offer error: CompileRealTimeScript
Hello Adhiyan C,
This is the right-tab view that I see when clicking on "Offer - design" environment:
It seems all correct and similar to what you suggested.
jyotiy43907700 here below the folders belonging to my Offer hierarchy
This is the error I get when I deploy an Offer categories:
Could you tell me why I get this error and how to solve it?
Thanks,
Salvatore
Re: Adding a simple sum field
I am having an issue with my FormCalc script on LiveCycle Designer forms. Here is what I get
My form has 11 Rows (top row[0] is text only) and 9 columns with columns 4 (parking),7 (miles),8 (rate) being the values I'm trying to total.
Here is the formula I've been using:
form1.Page1.table.Row1.total::calculate - (FormCalc, client)
$.rawValue = parking+(miles*rate)
This was working just fine and stopped working one day. Any help and suggestion would really be appreciated.
LiveChat implementation in launch
Hi All,
Is there a way to implement LiveChat with Launch.
We want to keep the lemtagconfig.js in launch as this can change more often. I found the article which were giving some details for
livechat integration with DTM but could not find anything with launch
Does anyone has done this? if you could share your approach that will be helpful.
Thanks,
Monika
Exporting SF users to AEM
Hi Team,
I have an requirement to fetch the users / leads list from SDFC and display it on AEM page. Is there way simple way to achieve this? Please help.
Thanks,
Re: AEM looking for a valid user on content pages
Hello Vishu,
this has been a problem for us as well, after the update. Could you please elaborate about how to redirect the warnings? I haven´t been able to find a configuration for this.
Best Regards
Martin
Re: OOTB TextImage comp on AEM 6.3.3.0
Is it reproducible on just 1 specific browser or a few on dev?
Try deleting browser cache, dispatcher cache(if configured), & browser cookies. Open Incognito Window and try again.
When you save the component on the page and render the page, do you see any errors in Console tab and/or 4xx/5xx errors in Network tab in Dev Tools?
Re: AEM process spiking after running version comparison
It's all INFO...Do you see any errors related to it? Any traversal queries in error.log? Any Console errors in Console tab or 4xx/5xx status codes in Network tab in Dev tools?
Which AEM Version are you having issues on?
Re: aem-project-archetype and ReactJS
You can refer to the AEM WKND SPA Project created using React. It contains the setup information:
Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 0https://helpx.adobe.com/experience-manager/kt/sites/using/getting-started-spa-wknd-tutoria l-develop/react.html
Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 2