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

Help with Java

Avatar

Level 3

I got this Java script from another thread, but cant see why the CC input does not work!  Any ideas???

form1.#subform[0].Button2::click - (JavaScript, client)

//Create a variable to hold the document object

var oDoc = event.target;

oDoc.mailDoc({

bUI: true,

cTo: fldTo.rawValue,

cCC: fldCC.rawValue,

cSubject: fldSubject.rawValue,

cMsg: fldMessage.rawValue

});

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

Just looking at the API try cCc:

...

cCc: fldCC.rawValue,

...

Niall

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi,

Just looking at the API try cCc:

...

cCc: fldCC.rawValue,

...

Niall

Avatar

Level 3

Really, it was that simple!!!!  Thanks so much, this

has been driving me crazy!!!

Thanks again