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

Fanindra_Surat
Fanindra_Surat
Online

Badges

Badges
23

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
103

Posts

Posts
83

Discussions

Discussions
13

Questions

Questions
70

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Fanindra_Surat
Customize the badges you want to showcase on your profile
Re: Create component which should be preloaded with template - Adobe Experience Manager Headless 13-09-2021
Hi @Ronnie09 - This is easier, if you are using editable templates. The "Initial content" mode in the Editable template lets the authors to drag and drop components, and these will appear pre loaded on the page created out of it.Ref: https://experienceleague.adobe.com/docs/experience-manager-65/authoring/siteandpage/templates.html?lang=en#editing-a-template-initial-content-authorhttps://www.argildx.com/technology/how-to-create-and-enable-dynamic-templates-in-aem/ If you are adding any new compon...

Views

356

Likes

2

Replies

0
Re: Make a API call on page load and use across all components in the Page - Adobe Experience Manager 13-09-2021
Hi @rajakumare1 , Consider below approach - At a page level, preferably in a Page component Model you can make an API call and save the API response in the request object attribute. Specifically like,String apiResponse = customService.getResponse();// Set the api response to the request object attributerequest.setAttribute("result", apiResponse); To reuse this in component, read the attribute value from the request object itself in the corresponding Sling Model for the component. Sample code bel...

Views

384

Like

1

Replies

0
Re: hostname or ip address of the system we are triggering a request (aem6.5) - Adobe Experience Manager 12-09-2021
Hi @srinivas_chann1 , Host name - Host name can be obtained from the SlingHTTPServletRequest object header "referer". Sample - request.getHeader("referer"); IP address - There are few methods that help here like getRemoteAddr()/getRemoteHost() of SlingHTTPServletRequest object or the request header value "X-Forwarded-For". But, they can't be entirely relied on, because for most of the scenarios you may be receiving the IP address of the Default Gateway or proxy. Thanks,Fani

Views

250

Like

1

Replies

0
Re: Trying to pull in JSON from URL and return to Component to loop through - Adobe Experience Manager 10-09-2021
Hey @SocialTaylor - I would say, we may need to confirm if the json to object mapping in your service layer is happening properly. For that, you can add few loggers after the object mapping and print the values from your pojos.If this test is as expected, we can get to the Sightly rendering part of the flow. Thanks,Fani

Views

380

Like

1

Replies

0
Re: query builder publish issue - Adobe Experience Manager 09-09-2021
Hi @arvind - This looks to me like an indexing issue in your publish instances.Navigate to /system/console/status-oak-index-stats in your publish instance and check the status of indexes and/or check when the last indexing has happened.If you observe that the last indexed timestamp is pretty old, then it is a problem with your instance and work with Adobe CSE to have it fixed. Thanks,Fani

Views

257

Like

1

Replies

0
Re: Requirement on Query builder - Adobe Experience Manager 09-09-2021
Hi @chandrareddy If I understand correctly, you want to fetch the assets that :Don't have the xyz:pubic property.+Have the xyz:pubic property with value other than 'no' If yes, please try this query: path=/content/dam/we-retailnodename=metadatagroup.p.or=truegroup.1_property=xyz:pubicgroup.1_property.operation=unequalsgroup.1_property.1_value=nogroup.2_property=xyz:pubicgroup.2_property.operation=existsgroup.2_property.value=falsep.limit=-1 Hope this helps. Thanks,Fani

Views

284

Likes

2

Replies

1
Re: Trying to pull in JSON from URL and return to Component to loop through - Adobe Experience Manager 08-09-2021
Hi @SocialTaylor - Glad that we figured out that the issue is with bundle. If your version of bundle is not updated, then check if the code package is successfully installed in crx/packmgr. If yes, then try to re-install the package and look for any possible errors in the logs.Additionally, you can deploy the bundle alone manually via /system/console/bundles page. On the versioning===================For local development, you can always have -SNAPSHOT version, and AEM will override the -SNAPSHOT...

Views

410

Like

1

Replies

2
Re: Trying to pull in JSON from URL and return to Component to loop through - Adobe Experience Manager 08-09-2021
Hi @SocialTaylor - Can you confirm if your bundle containing the Model is deployed and active?

Views

430

Like

1

Replies

4
Re: The Best Headless Content Management Systems | AEM Community Blog Seeding - Adobe Experience Manager 08-09-2021
Good, short summary of different CMS's in Headless space.

Views

107

Like

1

Replies

0
Re: Replication Queue blocked - Failed to register namespace mapping - Adobe Experience Manager 08-09-2021
Hi @kbitra1998 - Just to debug and rule out the permissions issue, try updating replication agent with admin user and replicate the content. It should be successful. You can revert the user, after performing this test. Thanks,Fani

Views

476

Like

1

Replies

0