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

bharathi_reddy
bharathi_reddy
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
49

Discussions

Discussions
0

Questions

Questions
32

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by bharathi_reddy
Customize the badges you want to showcase on your profile
How to add button on a cq:dialog - Adobe Experience Manager 20-03-2017
Hi All,I have a requirement where i have to add a button to cq:dialog . On click of that button i need to send current page URL to the servlet.Please do let me know how i can achieve this in AEM touch UI dialog.

Views

3.9K

Like

1

Replies

2
How to share images on facebook and twitter - Adobe Experience Manager 30-06-2016
Hi ,I have a requirement to share images on Facebook & TwitterI have Image Gallery Component where images are shown in rows and columns. There I click on Image on Modal pop up will come there I will have two buttons like : Facebook Share and Twitter.If I click on Share it will redirect to facebook login page and after login I will be able to share an image on facebook.and twitter I have to tweet an image from my website.I am using AEM 6.1 versionPlease help me how to share images on light box to...

Views

638

Likes

0

Replies

2
Limit Text Field!! - Adobe LiveCycle 12-02-2015
Hi Team ,I have text filed which will allow user to enter 826 character and re-add the available character count back to each control I want to restrict the user to enter values after character count reaches to zero .Let me know how to achieve this.Following script is written on the change event of the textfield.var val1= TextField1.rawValue.var len = val1.length;var count= 826-len;TextField2.rawValue = count;Now i have to restrict teh user to enter value after character count reaches to zero.Th...

Views

403

Likes

0

Replies

1
How to escape special characters? - Adobe LiveCycle 02-02-2015
HI team ,I have short live process which will insert data in to Data base (oracle 10 G). The process is working fine as per the expectation it is inserting the data in to Data Base but if we use special characters in the fields the data is not inserting . In Data Base all the variables are of VARCHAR data type. I want to include a piece of code on execute script activity .for example : In one fields user enter something like this " All features & int'l " .Please help me how i can achieve thisTha...

Views

431

Likes

0

Replies

0
Is there a way to show ‘Initiator’ in the ‘To Do’ tab ???? - Adobe LiveCycle 10-12-2014
Hi All,In Workspace, is there a way to show ‘Initiator’ in the ‘To Do’ tab as it is shown in the ‘Tracking’ tab? Thanks in Advance ,Bharathi.

Views

426

Likes

0

Replies

0
Dynamically populated dropdown values are missing when instances are added - Adobe LiveCycle 28-10-2014
HI Team I have a subform which is repeatable have a drop down as one of the field which is dynamically populated from the web service call(short lived process) from the DB.On initialize event of the subform the data connection is executed .Dropown is populated with the values but when an instance of subform is added the dropdown values are missing.Only in the first instance of a subform dropdown values are showing up , when instances of subform is added the drop down values are missing. Please l...

Views

570

Likes

0

Replies

1
How to Highlight Fields in a dynamically repeatable subform? - Adobe LiveCycle 28-10-2014
Hi team ,I have Problem in highlighting the fields in a dynamically repeatable subform. Sub form will have min count = 1 and max Count =20 and subform is flow able.each subform is flow able .I have to check only two fields in a subform whether they are null or empty . If the fields are empty or null then i have to highlight the fields .Below scripting is not working as per the requirement .I have written the below scripting on click event of a button.function Test(){var cnt = subform1.subform2.s...

Views

597

Likes

0

Replies

1
Long lived process is not invoking by clicking on Complete button!! - Adobe LiveCycle 15-09-2014
HI All,I have Long lived process which is working fine last week through work space and workbench.But this week it is not invoking neither from workbench nor through work space . Enabled the recording to see what is the issue .Recording is not happening for this process only . I have 3 workspace categories .In other category All the other forms are working fine .Only this one is not working . I have checked the history no one did changes . And scheduler service in components view is up and runni...

Views

2.5K

Likes

0

Replies

2
Need help in hide / visible of sub forms. - Adobe LiveCycle 08-09-2014
Hi ,I have two subforms in a form .One is visible and other one is Hidden(Exclude from layout). In sub form which is visible has two check boxes based on selection the one which is hidden should be visible.For example:subform 1:checkbox1checkbox2On change event of subform1 i have written the following script;if( checkbox1.rawvalue == "yes") subform2.presence ="visible";else subform2.presence ="hidden";It is working as per the expectation at the initial level .But when form is at next level of wo...

Views

477

Likes

0

Replies

1
Re: How to loop through all the nodes which are in map entry - Adobe LiveCycle 27-08-2014
Hi I have written this logic on execute script picker at the end of the process so the the updated map will be given to from.import java.util.map;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;Map reportedmap =patExecContext.getProcessDataMapValue(" /process_data/outTitleSearchInfo ") ;System.out.println("reportingMap : " + reportedmap); if( ! reportingmap.isEmpty()) { do { String catalog = (String) reportingmap.get(3); String streetDate = (String) report...

Views

206

Likes

0

Replies

0
Likes from