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

Siva_Sogalapalli
Siva_Sogalapalli
Online

Badges

Badges
35

Accepted Solutions

Accepted Solutions
49

Likes Received

Likes Received
190

Posts

Posts
249

Discussions

Discussions
57

Questions

Questions
193

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by Siva_Sogalapalli
Customize the badges you want to showcase on your profile
Re: Custom logging for whenever any user logs in AEM author system - Adobe Experience Manager 24-03-2022
@joyrajnandy1 there was similar post on this. Please check below and try.https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-log-monitor-user-activity-in-aem6/m-p/207402

Views

95

Likes

2

Replies

1
Re: granite/ui/components/foundation/form/select is not saving its value after re-opening the dialogue - Adobe Experience Manager 24-03-2022
@prash0905 Which version of AEM are you using?Please try with Coral UI 3 type select and see how it works:sling:resourceType="granite/ui/components/coral/foundation/form/select" Example: https://www.albinsblog.com/2019/02/how-to-handle-coral-ui-3-selectdropdown-change-event-touch-ui-dialog.html#.YjyEaxPML0o

Views

263

Like

1

Replies

1
Re: How to show hide feilds using Checkbox? - Adobe Experience Manager 24-03-2022
Hi @Prachi_Mathur Please check below and see if that helps.https://levelup.gitconnected.com/aem-conditionally-show-or-hide-a-field-based-on-a-checkbox-widget-or-anything-else-6b23b2515810 https://experienceleague.adobe.com/docs/experience-manager-65/developing/components/hide-conditions.html?lang=en https://adobe-consulting-services.github.io/acs-aem-commons/features/ui-widgets/show-hide-widgets/index.html

Views

92

Likes

2

Replies

0
Re: Multified Component -Default Item - Adobe Experience Manager 23-03-2022
I haven't seen such OOTB option or examples, but to make it simple you can write conditions in sling model and use default values if multifield is not configured.

Views

253

Likes

2

Replies

0
Re: Multified Component -Default Item - Adobe Experience Manager 23-03-2022
@Keerthi97 the example snippet shared by @kautuk_sahni should work, by default you would see it as shown in screenshot 1 and you need to click Add button to see default value(as you can see in Screenshot 2) and save the dialog at least once so that the default data will also get stored. Screenshot 1: Screenshot 2: Hope this helps.

Views

261

Like

1

Replies

2
Re: Merge two xdps and make a pdf in AEM Forms - Adobe Experience Manager 21-03-2022
Hope you're following the steps mentioned here. https://help.adobe.com/en_US/AEMForms/6.1/ProgramLC/WS624e3cba99b79e12e69a9941333732bac8-7fba.2.html Also,Are you trying to connect AEM though external service? Is it possible to share the sample code here?

Views

175

Like

1

Replies

3
Re: Merge two xdps and make a pdf in AEM Forms - Adobe Experience Manager 18-03-2022
Hi @KirtiKhatri94 Did you try to add log debuggers and see where it's getting failed/throwing exception.1. Is this exception occurs while merging XDP files/ while creating PDF?2. Did you try to save merged XDP and see whether it's merged properly or not?

Views

188

Like

1

Replies

5
Re: multi select dropdown explaination - Adobe Experience Manager 16-03-2022
@rahul234dabas As replied in the below thread, the same works for this case as well but only additional property you need to add is mutliple =true and the values will be stored in comma separated string. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/not-able-to-capture-words-after-space-in-coral-select-dropdown/td-p/444654 Hope this helps.

Views

87

Like

1

Replies

0
Re: not able to capture words after space in coral/select(dropdown) - Adobe Experience Manager 16-03-2022
@rahul234dabas , I would suggest to use values without spaces in it but it should still work with spaces. Please find below sample dialog.xml and it works for me. Saved Data: Hope this helps.

Views

118

Like

1

Replies

2
Re: Query related to Multifield component - Adobe Experience Manager 15-03-2022
@sankarr26533925 the best practice to use Coral UI3, but not mix of both coral UI2 and coral UI3 .Also, please check below which has multifield with textfield in Coral UI3. You can also compare with your dialog.xml and see what is missing. https://aemhints.com/2020/10/24/coral-multifield-aem65/More info regarding Coral UI2 & 3 : https://developer.adobe.com/experience-manager/reference-materials/6-4/granite-ui/api/jcr_root/libs/granite/ui/components/legacy/coral2/coral2in3.html https://developer....

Views

91

Likes

2

Replies

0