Hi Robert,how are you managing your sites, as I presume you have multiple language sites? Are you using MSM[1] for this? If you were then there is an OOTB synchronization action called update references which would rewrite the links in your page [2].Language copy is a one of activity, with MSM you c...
Hi Ketan,Have a look at the ecommerce concepts page [1] and David's model [2]I didn't understand your comment on RDBMS, are you saying you would like to use an RDBMS or that you want to use AEM in a similair fashion to an RDBMS?Regards,Opkar[1] https://docs.adobe.com/docs/en/aem/6-0/administer/ecomm...
Hi Alex,what version of AEM are you using? According to the documentation[1], there will be no more enhancements to the current emailing functionality, so you need to look into Adobe Campaign to see if it has the functionality you require.Regards,Opkar[1] https://docs.adobe.com/docs/en/aem/6-1/autho...
Hi Alex,I just tried this following how to create lists from this page [1]. When I came to adding my list to the newsletter, you are right only DSC shows up in the dropdown. However, if you start to type the name of your recipient list, AEM will autocomplete the name, allowing you to select your cus...
Hi,In your folder crx-quickstart/logs there is a log file called "error.log", does this contain any exceptions when you load siteadmin? There are two things you can try if you have the time, this should isolate which step caused the issue.Remove the hotfixes, check siteadmin, remove SP2 and check si...
Are you stills seeing the same error you posted previously?What happens when you hit the url: http://localhost:4502/libs/cq/workflow/content/console/workflows.jsonRegards,Opkar
You only have a single workflow in your system?When you go to the launcher tab, is your workflow definitely enabled? /libs/cq/workflow/content/console.htmlIs the runmode the right one for the instance you are testing this? (You are on the author instance, right?)Regards,Opkar
How are you attempting to start the workflow?Did you add a payload to it before starting it?https://docs.adobe.com/docs/en/aem/6-0/administer/operations/workflows/wf-start.html
Hi Kishore,did you look at the permissions in CRXDE for the workflow you are trying to edit?By default there are two groups: workflow-users, workflow-editors. Like I said, check the permissions.Regards,Opkar
Hi,when you go to "http://localhost:4502/crx/de/index.jsp#/etc/workflow/models/dam/dam_download_asset" open the "Access Control" tab and you will see which groups have permissions to edit the workflow.Open your workflow and see what permissions your user has, I take it you are not logging in as an a...