Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

Save as java script button no longer works

Avatar

Level 2

I created an adobe form using Livecycle, I have a button that has a save as java scrip action but this button has stopped working with the new adobe reader dc or reader dc pro. I have spoken to customer support too which they were absolutely no help. They pointed me to this forum. Has anyone been able to get this to work?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @William_wm 
I believe this is not related AEM. I would suggest you can move this thread to related to community to get fast response 

https://experienceleaguecommunities.adobe.com/

 



Arun Patidar

View solution in original post

2 Replies

Avatar

Level 2

This is the javascript I have been using to make this button work but has stopped working with the lastest update.

SaveAsTarget = "F:/Lab/QA Forms/Lab Sheets/" + "LS" + " " + xfa.resolveNode("form1.LabSheet.HeaderSubform.Shift").rawValue + " " + xfa.resolveNode("form1.LabSheet.HeaderSubform.DateTimeField").rawValue + " " + xfa.resolveNode("form1.LabSheet.HeaderSubform.ProductIDdropdown").rawValue + " " + " " + time + ".pdf";
LCB_SaveAs(event.target, SaveAsTarget);
xfa.host.messageBox("Submission Successful!", "Submit", 3, 1);

Avatar

Correct answer by
Community Advisor

Hi @William_wm 
I believe this is not related AEM. I would suggest you can move this thread to related to community to get fast response 

https://experienceleaguecommunities.adobe.com/

 



Arun Patidar