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

subsul1
subsul1
Online

Badges

Badges
12

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
11

Posts

Posts
16

Discussions

Discussions
2

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by subsul1
Customize the badges you want to showcase on your profile
Re: AEM authoring dialog - duplicate saved property value with different name - Adobe Experience Manager 20-05-2022
@lukasz-m Thanks for taking time to answer my question. @DEBAL_DAS 's answer I feel is straight forward and does not require inclusion of extraClientlibs.Anyway, your answer has helped me learn some more concepts within AEM. Thanks.

Views

120

Like

1

Replies

0
Re: AEM authoring dialog - duplicate saved property value with different name - Adobe Experience Manager 20-05-2022
@DEBAL_DAS Thanks for taking time to answer my question. @ValueFrom approach is succinct and does the job very well. Got to learn a few concepts from your answers. Thank you.

Views

121

Like

1

Replies

0
AEM authoring dialog - duplicate saved property value with different name - Adobe Experience Manager 19-05-2022
I've got the below textfield that authors use to input a property.This gets saved in JCR as articleId.I would like to create another property and save the same articleId value against it(cq:panelTitle in my case). Essentially maintaining two properties with the same value.Trying to prevent the authors from filling an additional field.How do i achieve this during dialog save ? Thanks.

Views

167

Likes

0

Replies

7
Re: OOTB workflow in skip list. How to enable ? - Adobe Experience Manager 15-05-2022
@lukasz-m Thanks for the excellent explanation and accompanying solution.

Views

88

Like

1

Replies

0
OOTB workflow in skip list. How to enable ? - Adobe Experience Manager 11-05-2022
I'm curious to find out the property which enables an OOTB workflow to be used.There is an OOTB process step and workflow to add dam asset size (dam:size). Invoking this on an asset is resulting in the below warning. Any idea where this is configured to be skipped ? 12.05.2022 00:47:17.163 [cm-p16597-e60753-aem-author-79755bffdb-62c4w] *WARN* [JobHandler: /var/workflow/instances/server1261/2022-05-11/adddamsize_5:/content/dam/wknd/orange-unicorn.png] com.adobe.granite.workflow.core.job.JobHandle...

Views

161

Likes

0

Replies

3
AEMaaCS GOTO workflow step, not routing to next step. javax.jcr.PathNotFoundException. - Adobe Experience Manager 05-05-2022
Hi wonderful people, I have a custom post-processing workflow model which gets triggered by CustomDamWorkflowRunnerImpl.This gets triggered after AEM completes all of its internal asset compute processing. The first step in the workflow model is a GOTO process which calls a sling service to determine the return value. GOTO process ECMA script below - function check() { var returnVal = false; var service = sling.getService(Packages.com.adobe.service.TrialServiceInterface); if (service && service....

Views

73

Likes

0

Replies

0
Re: Get sling service using ECMA script. Workflow goto step. - Adobe Experience Manager 01-05-2022
Hi @lukasz-m Many thanks for your time and effort. That too on a Sunday Exporting both the service and the component has resolved the issue. For those stumbling upon the same problem, here is a ref for Export-Package usage using bnd-maven-pluginhttps://wcm-io.atlassian.net/wiki/spaces/WCMIO/pages/1267040260/How+to+switch+from+maven-bundle-plugin+to+bnd-maven-plugin#Step-5%3A-Verify-Package-Exports Regards,Sub

Views

142

Like

1

Replies

0
Get sling service using ECMA script. Workflow goto step. - Adobe Experience Manager 30-04-2022
I've got a workflow GOTO process step and the below ECMA script as the routing expression. function check() { log.info("Inside script to fetch enabled flag"); var service = sling.getService(Packages.com.adobe.service.TrialServiceInterface); if (service && service.isEnabled()) { return true } return false; } Component and Service Code:TrialServiceInterface is service interface which is implemented by a component as follow. public interface TrialServiceInterface { ---- boolean isEnabled(); } @comp...

Views

161

Likes

0

Replies

2
Re: AEM as cloud service - Skip third party dependencies in code scanning step - Adobe Experience Manager 07-02-2022
Thanks for the reply, i'm aware of this.I would like to include only packages part of my source code in the code scanning tool, how do I do that ?

Views

170

Like

1

Replies

1
AEM as cloud service - Skip third party dependencies in code scanning step - Adobe Experience Manager 06-02-2022
In AEM as cloud service build pipeline, there is a step which scans the code for vulnerabilities.My codebase has references to third party libraries like acs-commons etc. How do i tell the pipeline to exclude these libraries during the code scanning step, because currently it is reporting a ton of critical and blocker bugs from acs-commons org.jsoup jsoup /apps/prj-vendor-packages/application/install com.adobe.acs acs-aem-commons-ui.apps zip /apps/prj-vendor-packages/application/install com.ado...

Views

187

Likes

0

Replies

3