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

Pawan_Gupta_
Pawan_Gupta_
Offline

Badges

Badges
24

Accepted Solutions

Accepted Solutions
88

Likes Received

Likes Received
154

Posts

Posts
209

Discussions

Discussions
24

Questions

Questions
185

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Pawan_Gupta_
Customize the badges you want to showcase on your profile
Re: How to identify a page that subjected to a workflow? - Adobe Experience Manager 22-10-2021
Hello, Page will not have information related to workflow.Only way to find out the details are workflow Instances or Launcher. (otherwise you can develop custom feature to pull required info) hope it helps.

Views

211

Like

1

Replies

0
Re: Trigger orderConfirmPage mbox through postman - Adobe Target 10-10-2021
Hello, Target has server side API to trigger, did you look at that option https://developers.adobetarget.com/api/delivery-api/#section/Getting-Started Hope it will help!!

Views

247

Like

1

Replies

1
Re: how to increase size of mutlvalued field in Metadata schema - Adobe Experience Manager 08-09-2021
Hello,Its development team job to do that configuration based on above suggestion. it can be viewed/configured from /crx/de/index.jsp via following the right path. thanks.

Views

199

Like

1

Replies

0
Re: Trying to pull in JSON from URL and return to Component to loop through - Adobe Experience Manager 08-09-2021
Hello, its AEM installed folder structure which you should access from your server (not as url) and then run shell or similar command mentioned above. Thanks!!

Views

426

Like

1

Replies

0
Re: Trying to pull in JSON from URL and return to Component to loop through - Adobe Experience Manager 08-09-2021
Hello, The log file describe the error coming from file layoutloanofficers_html.java at line 39 Now, to find the file go to /crx-quickstart/launchpad/felix and search for your class file layoutloanofficers_html.java (sightly java file) using below shell command find . -name "layoutloanofficers_html.java" then start debugging from there. hope it will help!!

Views

440

Like

1

Replies

2
Re: how to increase size of mutlvalued field in Metadata schema - Adobe Experience Manager 08-09-2021
Hello, While configuring multified along with multifield items like "textfield" or "textarea" you have a property name maxlength (long) you can configure to set the limit. I would suggest to use "textarea" if you have lengthy text to be authored.(for widget reference)https://www.adobe.io/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/form/textarea/index.html Hope this helps.

Views

215

Like

1

Replies

2
Re: AEM TAGS - Adobe Experience Manager 28-08-2021
the code you are using is correct. couple of things to check 1. are you getting pageLocale correctly2. if for corresponding locale tags are configured if not then at least default system locale tag is setup above will return not if one of them doesn't match. so i suggest to cross check.

Views

349

Like

1

Replies

0
Re: CUG login issue - Adobe Experience Manager 04-06-2021
refer this to start with - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/cug-page-in-aem5-6-1-login-redirect-not-happening/qaq-p/216569

Views

487

Likes

2

Replies

1
Re: Is there an event we can listen to so we know when ad... - Adobe Target 04-06-2021
Hello, I think, it should be other way around because target response is asynchronous you should be looking from page or component load side (same we have done in our side as well) as and example refer - https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/at-js-implementation/functions-overview/adobe-target-triggerview-atjs-2.html?lang=enas it rightly called out, how it should be done. Hope it helps!!

Views

543

Likes

2

Replies

1
Re: How to call language navigation in my Header Component - Adobe Experience Manager 03-06-2021
so, looking at your site structure now and assuming that it would grow based on country/language model OOTB way you can not achieve it because there will be parallel other language site will fall. you can just extend the core component and filter the result before display based on language (jcr:language, i hope you would be setting up) of the page. Also, if you decide to do that, you can extend further more by giving author an option of language in component dialog so that based on selected lang...

Views

440

Like

1

Replies

0