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

Keerthana_H_N
Keerthana_H_N
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
4

Posts

Posts
12

Discussions

Discussions
0

Questions

Questions
12

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Keerthana_H_N
Customize the badges you want to showcase on your profile
Re: Is it possible to include embed component in html? - Adobe Experience Manager 24-02-2022
This seems to be an AEM-related question.Can you please raise this in the respective forum as the topic here is exclusively on Campaign Standard

Views

197

Like

1

Replies

0
Re: How to create content fragment using workflow or ootb tool? - Adobe Campaign Standard 25-01-2022
Hi Keerthana, I do not believe that its possible to do what you are looking for. That said, please reach out to Campaign Support if you want to dig into this deeper and submit an enhancement request to R&D. Regards,Craig

Views

204

Likes

0

Replies

0
Re: Is there any way to use videos from dam in the component other than foundation component? - Adobe Experience Manager 19-01-2022
@Keerthana_H_N , To implement video component you can follow the below link https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/embed.html?lang=en or you can create a custom component with html5 code and input the video URL as a dialog field and display the input value in the html. Let us know if you have any questions.

Views

100

Like

1

Replies

0
Re: How can I access the user login details in publish? - Adobe Experience Manager 20-11-2021
On publish it works the same way if you have that information stored there. Be aware, that by default (if you are not authenticated) all requests are executed using the "anonymous" user.

Views

350

Like

1

Replies

0
Re: How to Copy AEM node one place to another location? - Adobe Experience Manager 05-10-2021
Hi @Dipti_Chauhan I want to replace the current node with updated properties if the node is already there.

Views

835

Like

1

Replies

0
Re: How to set value of the element in content fragment - Adobe Experience Manager 30-09-2021
Hi @Keerthana_H_N Answered here - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-can-we-create-content-fragment-via-code/m-p/425621#M121296

Views

115

Like

1

Replies

0
Re: How can we create Content fragment via code - Adobe Experience Manager 30-09-2021
Below is the snippet for setting value to the Element - I have one Single Text element and Multi Line Text element as part of my model. Get that element using its "fieldName" (that you provided while creating CFM) and then set the content. Note : Any updates/persists to content fragment calls for a commit unless specified otherwise. if (contentFragment != null) { ContentElement textField = contentFragment.getElement("textField"); LOG.debug("Textfield content type={} and content={}", textField.ge...

Views

939

Like

1

Replies

0
Re: Creating Dropdown in multifield using Sightly - Adobe Experience Manager 28-04-2021
Thank you, was very helpful

Views

241

Likes

0

Replies

0
Likes from