Quantcast
Channel: Adobe Community : Discussion List - LiveCycle Forms
Viewing all articles
Browse latest Browse all 1160

How do I add a CC in a "regular button" script

$
0
0

Hello, I have the below script, which works perfectly fine except that it doesn't read the cCC. Anyone know what I am doing wrong? Event type: Click Object type: Button with control type Regular var subject = CC_request.REQUEST.DD_tool.rawValue + " " + CC_request.REQUEST.GEN_document_number.rawValue + " " + CC_request.REQUEST.GEN_document_type.rawValue; var myDoc = event.target; try {     myDoc.mailDoc({         bUI: false,         cTo: 'nancy.caroline@gmail.com', // Replace with actual receiver mail address.         cCC: "nancy.caroline@gmail.com",         cSubject: subject,         cSubmitAs: "PDF"     }); } catch (e) {     // exception handling... } thanks in advance. Kr, Nancy


Viewing all articles
Browse latest Browse all 1160

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>