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

Siva_Sogalapalli
Siva_Sogalapalli
Online

Badges

Badges
35

Accepted Solutions

Accepted Solutions
49

Likes Received

Likes Received
190

Posts

Posts
249

Discussions

Discussions
57

Questions

Questions
193

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by Siva_Sogalapalli
Customize the badges you want to showcase on your profile
How delegate feature works? - Adobe Experience Manager 15-10-2015
Hi ,I want to achieve 'delegate' feature using custom code. Before that I just wanted to understand what is happening when we delegate workflow and I came to know that It is calling two servlets:1. http://localhost:8502/bin/workflow/inboxParameters:_charset_=utf-8cmd=delegatecomment-/etc/workflow/instances/2014-03-18/model_22574584942749/workItems/node2_etc_workflow_instances_2014-03-18_model_22574584942749=hellodelegatee-/etc/workflow/instances/2014-03-18/model_22574584942749/workItems/node2_et...

Views

183

Likes

0

Replies

0
Re: What's the possibility of handling Groups permissions using script? - Adobe Experience Manager 15-10-2015
Thanks for the replies.Sham; It is difficult for us to set permissions manually using UI as we have hundreds of pages with sub level and set the same permissions for different groups. Can you please elaborate what do you mean by glob restrictions.

Views

223

Likes

0

Replies

0
What's the possibility of handling Groups permissions using script? - Adobe Experience Manager 15-10-2015
Hi Team,Is that possible to create a script to meet following requirements:Example Content structure:/content /site-name /one /Products /Services /Careers /two /Products /Services /three /Products /Services /Careers /four /Products /CareersI know the site name, and page(s) for which I need to enable 'Read' access and for remaining pages we need to 'disable' Read access. For example, When we give 'Read' access to the 'xyz' group on 'site-name' level, then 'xyz' group will have access to all the l...

Views

378

Likes

0

Replies

4
Re: How to use AbsoluteTimeAutoAdvancer or any type of scheduled activiation in a workflow? - Adobe Experience Manager 15-10-2015
Yes, it's up to your requirement. If you want to schedule a step in the particular workflow, you can just add you custom scheduler for step itself as you were trying.

Views

540

Likes

0

Replies

0
Re: How to use AbsoluteTimeAutoAdvancer or any type of scheduled activiation in a workflow? - Adobe Experience Manager 15-10-2015
Hi, You can also write your own scheduler: Ref: http://sling.apache.org/site/scheduler-service-commons-scheduler.html

Views

513

Likes

0

Replies

0
Re: How to Access CRX Node from a JAVA file? - Adobe Experience Manager 15-10-2015
Hi Scott, Thanks for your reply. I've followed the link and wrote a standalone java class to create crx node. I'm getting below exception:javax.jcr.RepositoryException: Unable to access a repository with the following settings: org.apache.jackrabbit.repository.uri: http://localhost:1304/crx/serverThe following RepositoryFactory classes were consulted: org.apache.jackrabbit.commons.JndiRepositoryFactory: declinedPerhaps the repository you are trying to access is not available at the moment. at or...

Views

504

Likes

0

Replies

0
How to Access CRX Node from a JAVA file? - Adobe Experience Manager 15-10-2015
Hi, I'm using AEM 5.6.1 and would like to know how I can access CRX Node using standalone java code. ThanksSiva

Views

1.4K

Likes

0

Replies

3
Re: Customization of workflow Start Step dialog - Adobe Experience Manager 15-10-2015
Hi,One way of the customizing start workflow dialog is overriding [1]. Here we can find CQ.wcm.SiteAdmin.startWorkflow function and add more fields as we required.[1]: "/libs/cq/ui/widgets/source/widgets/wcm/SiteAdmin.Actions.js"

Views

305

Likes

0

Replies

0
Re: Query Builder - Adobe Experience Manager 15-10-2015
Hi Runal,Still I've a failure case:For example: If the Page start date is 2014-08-05 and expiry date is 2014-08-30.If you use Query as: type=cq:Pagegroup.p.or=truegroup.1_daterange.property=jcr:content/fstartDategroup.1_daterange.upperBound=2014-07-15T00:00:00group.1_daterange.upperOperation = "<="group.2_daterange.property=jcr:content/endDategroup.2_daterange.lowerBound=2014-07-01T00:00:00group.2_daterange.lowerOperation = ">="This query will display the page as endDate is greater than Lower Bo...

Views

598

Likes

0

Replies

0
Re: Query Builder - Adobe Experience Manager 15-10-2015
Thanks for your replies.Gupta, Second one is the requirementb) List the pages which are available even partially in the given period? (e.g. start date is 2014-07-13 and expiry date is 2014-07-20)Example: Page start date is 2014-07-13 and expiry date is 2014-07-30Case 1: In the query if we use start date is 2014-07-10 and expiry date is 2014-07-20, it should display the result as the page is available in between 2014-07-10 , 2014-07-20, Case 2: In the query if we use start date is 2014-07-05 and ...

Views

582

Likes

0

Replies

0