Save as java script button no longer works | Community
Skip to main content
Level 2
December 13, 2021
Solved

Save as java script button no longer works

  • December 13, 2021
  • 2 replies
  • 897 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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/

 

2 replies

Level 2
December 13, 2021

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);

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
December 14, 2021

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