@Ameen_Dev If it is about custom property on the resource, then it is an usual way of retrieving properties from a resource which is via ValueMap.Then the value retrieved can be resolved as a tag object. @Model(adaptable=Resource.class)
public class myClass {
@Self
Resource resource;
@PostConst...
@keerthana_hn Steps:Copy "/libs/cq/xssprotection/config.xml" to "/apps/cq/xssprotection/config.xml".Open "/apps/cq/xssprotection/config.xml" and make your respective changes over here.It's important that each time you install an AEM upgrade (CFP or SP), to check that your customizations are still v...
Thanks for the response @Gucci-Paull-108. The symlink issue got fixed with teh Wins Subsytem.But the build is still failing, but no error seen in the buildimage logs.@jalaja @Gucci-Paull-108 Can you help here, what could have gone wrong. PFB for the buildimage log snippet Successfully built 427b7d8f...
To create a new workflow with the editor:Open the Workflow Models console; via Tools, Workflow, Models or, for example: https://localhost:4502/aem/workflowSelect Create, then Create Model.The Add Workflow Model dialog appears. Enter the Title and Name (optional) before selecting Done.The new model i...
@kumamanish Please let the domain name and other details from the Externalizer ServiceTo define a domain mapping for the Externalizer service:Navigate to the configuration manager via Tools, then Web Console, or enter https://<host>:<port>/system/console/configMgr.Click Day CQ Link Externalizer to o...
@keshava219 You can create datasource node structure with sling:resourceType of datasource as sling:resourceType (String) = /bin/dropdownList ( i.e. Path of the servlet implementing the data source for dynamic value). It will give the desire result of a dynamic dropdown as you can see below the scr...
@akshaybhujbale The user has to be added explicitly for individual environment for granting the access to login.Navigate to that particular instance and then check your user being present over there and with the correct product profile access you require.Post this you should be able to login Hope th...
@jalaja I have already executed the below steps: Delete the file under "/dispatchersrc/conf.dispatcher.d/enabled_farms/"Ran the command, which create the symlink for the filemklink "<file-location>\dispatcher\src\conf.dispatcher.d\enabled_farms\default.farm" "<file-location>\dispatcher\src\conf.disp...
@Sigkumar The clientlibs in AEM consist of JS and CSS and in some instances they get cached; which as would be obvious; causes issues.To remove this cache and rebuild the clientlibs, the following link is quite useful:<domain-name>/libs/granite/ui/content/dumplibs.rebuild.htmlThere are individual bu...
@janhavi_singh Approach I:Create the scripts/scheduler/workflow for the asset to be pushed from AEM to google drive.There are google drive APIs available for pushing the data to google drive. https://developers.google.com/drive/api/guides/manage-uploadsimport com.google.api.client.googleapis.json.Go...