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

askdctm
askdctm
Offline

Badges

Badges
35

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
49

Posts

Posts
476

Discussions

Discussions
57

Questions

Questions
419

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by askdctm
Customize the badges you want to showcase on your profile
Re: How to handle else/if condition in sightly : Bit Urgent - Adobe Experience Manager 11-08-2022
Could you please elaborate on your solution? Bit Urgent

Views

401

Likes

0

Replies

0
Re: Passing Values between AEM Workflow Steps - Adobe Experience Manager 18-03-2022
@smacdonald2008 ,Do you have the correct development article link or working package of it?https://helpx.adobe.com/experience-manager/using/creating-custom-aem-workflow-pass-data.html is taking to different page. Thanks,Shiv MN

Views

300

Likes

0

Replies

0
Re: Sling resourceType , sling:resourceSuperType. - Adobe Experience Manager 23-04-2020
sling:resourceType: Locate the resource to be used for rendering.sling:resourceSuperType: Locate the resource to be inherited, allowing us to override some of the scripts.

Views

9.5K

Likes

0

Replies

0
Re: Getting "No resource found" error on publish environment - Adobe Experience Manager 16-04-2020
في واحد سرق الحساب حقي وانا ما ادري وش اسوي طيب الي أبغاه منكم ترجعلي ايا والله اني دافع اكثر من ٥ دولار تكفون رجعو حسابي والله اني قاعد ابكي تكفون

Views

1.8K

Likes

0

Replies

0
Show up data from another custom table in input form - Adobe Campaign Standard 22-05-2018
Hi,Suppose there is a foreign key link from 'custom' table to custom recipient table[extended nms:recipient schema]. There are several sections seen in recipient form like General, Subscriptions, Deliveries, Propositions etc. We need to add one more entry say 'Extra Details' and get the relevant data from 'custom' table in there.Any thoughts/pointers on how this can be done will be helpful.

Views

1.1K

Likes

0

Replies

0
Re: how to apply filtering conditions during data import into schema - Adobe Campaign Standard 23-05-2018
Hi All,Any thoughts on the below, will be helpful.

Views

1.5K

Likes

0

Replies

0
Re: Import zipped input file into campaign - Adobe Campaign Standard 16-10-2019
Hi,You can try to unzip file using javascript command at one of the server location and then process it using 'Data Loading' activity.Command to use unzip file:var cmdStr="unzip -j -d ";var res=execCommand(cmdStr);Thanks.

Views

1.6K

Like

1

Replies

0
Re: URL Mapping for DAM assets - Adobe Experience Manager 02-08-2016
Hi,You could also look at the below link. https://helpx.adobe.com/experience-manager/using/creating-link-rewrite.html

Views

3.0K

Likes

0

Replies

0
Re: To pass value of a field from page properties dialog to component dialog - Adobe Experience Manager 19-07-2016
As mentioned by Scott, You would need to write custom xtype, which will actually reads/fetches the page properties value from JCR node and set in to the dialog field.Reference article to support your use-case:- http://stackoverflow.com/questions/21325733/pass-data-from-one-component-to-another-in-adobe-cq//Pass data from one component to another in adobe CQ Only difference in your use-case is to fetch from page property.I hope this will help you.Thanks and RegardsKautuk Sahni

Views

1.5K

Likes

0

Replies

0
Re: Dropdown field in dialog appears shrinked in size - Adobe Experience Manager 26-07-2016
Hi All,Thank you for your reply.Was using selectionchanged event and the function "function(comp, val, isChecked){..} in the listener. Here in one of the conditions was checking if(val!=''). Removed this condition and it seems to be working ok for now.

Views

2.0K

Likes

0

Replies

0