Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

kautuk_sahni
kautuk_sahni
Online

Badges

Badges
99

Accepted Solutions

Accepted Solutions
1168

Likes Received

Likes Received
1684

Posts

Posts
7510

Discussions

Discussions
4476

Questions

Questions
3094

Ideas

Ideas
55

Blog Posts

Blog Posts
146
Top badges earned by kautuk_sahni
Customize the badges you want to showcase on your profile
Re: Can't reset a Landing Page - Adobe Experience Manager 15-10-2015
Hi DoeringaPlease have a look at following:-------------------------------------------------RESETTING A LANDING PAGE------------------------------------------------In case you want to re-import your landing page design package after making some changes to it, you can "clear" the landing page by clicking Clear at the top of the landing page. Doing so deletes the imported landing page and creates a blank landing page.While clearing the landing page, you can remove the content changes. If you click...

Views

529

Likes

0

Replies

0
Re: Change Device Width in Emulator - Adobe Experience Manager 15-10-2015
Hi DoeringaYes you are correct in saying that for “iPhone6 has a default width of 750 configured but the emulator displays it at 350”. This is because there is one extra property present in cr:emulatorConfig node, called device-pixel-ratio. This node has value of 2. So resultant value would be width/2.Device Pixel RatioThe device pixel ratio is the ratio between physical pixels and logical pixels. For instance, the iPhone 4 and iPhone 4S reports a device pixel ratio of 2, because the physical li...

Views

602

Likes

0

Replies

0
Re: Change Device Width in Emulator - Adobe Experience Manager 15-10-2015
Hi Doeringa Yes we can configure the width of the device.Please follow the below mentioned steps:-1.Let say we want to change the width of IPAD. So go to /libs/wcm/mobile/components/emulators/ios/ipad (in CRXDE lite)2.Click to ipad’s cr:emulatorConfig node.3.Here we can watch the property Height and Width with their values. We can change these values and after saving them. Please reload the webpage and changes would get reflected.Note: - Please resort them to correct value for future purpose. Re...

Views

602

Likes

0

Replies

0
Re: DAM limit file size - Adobe Experience Manager 15-10-2015
Hi franciscoribeirThis is the Limit for Touch UI. If you would like to change limit of WebDev, then youe would need to make following changes.:-Enter regedit in the Windows 7 input prompt. In the registration editor that opens, navigate to the menu item HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet services WebClient Parameters. Right click on the item FileSizeLimitInBytes and select Change. Change the display mode to Decimal and enter 4294967295 (you can set your limit here). This corresponds exa...

Views

1.9K

Likes

0

Replies

0
Re: DAM limit file size - Adobe Experience Manager 15-10-2015
Hi franciscoribeirLimit on AEM side Please find below the way of doing so:-In AEM, touch Tools > CRXDE Lite.In the CRXDE Lite page, in the directory window on the left, navigate to /jcr_root/apps/dam.You may need to touch the >> icon to see the directory window.In the /jcr_root/apps/dam folder, use the Create(if not present) drop-down list to create a node with the following directory structure:/gui/content/assets/_jcr_content/body/assetscontent/header/items/items/fileupload (it may be already p...

Views

1.9K

Likes

0

Replies

0
Re: DAM limit file size - Adobe Experience Manager 15-10-2015
Hi franciscoribeirYes, we can configure the Size limit of the assets.Please find below the way of doing so:-In AEM, touch Tools > CRXDE Lite.In the CRXDE Lite page, in the directory window on the left, navigate to /jcr_root/apps/dam.You may need to touch the >> icon to see the directory window.In the /jcr_root/apps/dam folder, use the Create(if not present) drop-down list to create a node with the following directory structure:/gui/content/assets/_jcr_content/body/assetscontent/header/items/item...

Views

1.9K

Likes

0

Replies

0
Re: Email notification template can't be changed for workflow notification - Adobe Experience Manager 15-10-2015
Hi Rad The process of customizing Template for Workflow notification is same as mentioned by you.For more clarity I will mention briefly the steps to do so. In CRXDE, open the en.txt file located below the /etc/workflow/notification/email/default node.Modify the file to your needs.Save the changes. PrecautionThe template needs to have the following format:subject=header=message=footer=Where can be a mix of static text and dynamic string variables. Each line of an needs to be ended with a backs...

Views

439

Likes

0

Replies

0
Re: Using hyperlinks in launches - Adobe Experience Manager 15-10-2015
Hi NikolaiLaunches enables you to efficiently develop the content for a future release of one or more activated web pages. Launches creates a copy of your production pages. As you update the production pages, the changes are automatically implemented in the launch copy.CREATING A LAUNCHOpen the Website administration page. Click New > New Launch.In the Create Launch dialog, specify values for the following properties:· Launch Title: The name of the Launch. The name should be meaningful for autho...

Views

274

Likes

0

Replies

0
Re: Customized workflow is not getting deployed properly - Adobe Experience Manager 15-10-2015
Hi KshamithaWe have a great article "Creating a custome AEM Workflow". I would suggest you to go through it, and see if things work fine with you.Link:- https://helpx.adobe.com/experience-manager/using/creating-custom-aem-workflow-steps.htmlThanks and RegardsKautuk Sahni

Views

340

Likes

0

Replies

0
Re: user with image and text data - Adobe Experience Manager 15-10-2015
Hi As mentioned in last post, to store data in JCR nodes,i wold like to share come community articles doing similar kind of things, that you could alter according to your needs.Link:- Storing Images AEM using AssetManager API :- https://helpx.adobe.com/experience-manager/using/uploading-files-aem1.html Here Front-end JSP send image data as a post request to backend OSGILink:- Querying AEM data using JCR API :- https://helpx.adobe.com/experience-manager/using/querying-experience-manager-data-usin...

Views

177

Likes

0

Replies

0