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

raghavc
raghavc
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
20

Likes Received

Likes Received
64

Posts

Posts
61

Discussions

Discussions
10

Questions

Questions
51

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by raghavc
Customize the badges you want to showcase on your profile
Re: Retrieve Asset Publish/ updated date via API - Adobe Experience Manager 16-06-2020
@CurtBrink You can use the jcr;created property to know the initial upload date of the asset and jcr:content/jcr:lastModified property to know the last modified date of the asset.You can read these properties from the valueMap https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/com/adobe/granite/asset/api/Asset.html

Views

801

Like

1

Replies

0
Re: AEM as Oauth client to external Oauth provider - Adobe Experience Manager 12-06-2020
If you are planning to use external OAuth provider to access content in AEM, you have to write a bit of custom code, do check the below link. AEM does have a better integration with SAML for this. Check the below blog for the custom auth handler https://aemcorner.com/adobe-granite-oauth-authentication-handler/

Views

988

Like

1

Replies

0
Re: Drag and drop a segment across multiple metrics in a... - Adobe Analytics 05-06-2020
Yes , it is possible. Please check the below link https://docs.adobe.com/content/help/en/analytics-learn/tutorials/analysis-workspace/building-freeform-tables/apply-multiple-components-at-once.html

Views

1.2K

Like

1

Replies

0
Re: Provide an option to start workflow dialog box - Adobe Experience Manager 04-06-2020
@chintan97 you can overlay the below jsp to customise the popup, the data for the new field will be save under the metadata node of the workflow instance. So you should be able to read this data from workflow object./libs/cq/gui/components/authoring/workflow/startworkflow/startworkflow.jsp But what is the purpose of this new field, Can this not be added into the dialog participant step rather then overlaying the OOTB component ?

Views

1.3K

Like

1

Replies

1
Re: Dispatcher Folder Permissions - Adobe Experience Manager 04-06-2020
@JustinFromRelias If you are using the script mentioned in https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-map-manager/index.html The user which would execute the corn job to import the redirects from publish to dispatcher instance should have. execute permission for /etc/cron.hourly write permission for /etc/httpd/conf, /var/log/httpd, /tmp

Views

859

Like

1

Replies

0
Re: Error while exporting Experience Fragment from AEM to... - Adobe Experience Manager 04-06-2020
@rubenf42159101 Did you select the correct workspace in Adobe Target as part of the integration in Adobe I/O ? Did you select the same workspace in AEM config too ?

Views

1.2K

Like

1

Replies

0
Re: How to create a OSGI Configuration holding multi dime... - Adobe Experience Manager 29-05-2020
@pn_2007 create a factory OSGI Configuration, and each factory item config can have an array property (@Property(unbounded=PropertyUnbounded.ARRAY)). This would allow you to have 2 dimensional array You can refer to the below link on how to create a factory confighttps://www.tothenew.com/blog/creating-osgi-factory-configurations-in-aem/

Views

3.0K

Like

1

Replies

0
Re: Package Manager suddenly stop working in Chrome or Chromium based browers? See Hotfix here - Adobe Experience Manager 29-05-2020
Will this fix be backported to AEM 6.4 which uses 1.2.60.CQ640-B0002 version of bundle com.adobe.granite.crx-packagemgr ?

Views

8.2K

Like

1

Replies

5
Re: hide insight view in asset console for a particular user - Adobe Experience Manager 29-05-2020
As the node is marked as internal, it is not a good practice to overlay or override from a sustainable upgrade point . Updating ACL is still allowed on these path(/libs) and can be done using ACL tool for better management of user group.

Views

2.0K

Likes

0

Replies

0
Re: org.apache.sling.security-1.1.12 dependency for SVG i... - Adobe Experience Manager 29-05-2020
Can you please share the plugin definition in the pom.xml . Once you have added the code suggested, the package should contain the jar file in install folder and the bundle should be installed in AEM, provided the version you are trying to install is greater then the one already present. Can you pls confirm the version of the bundle in AEM ?

Views

2.0K

Likes

0

Replies

0