Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Bcc from a field not working

Avatar

Level 3

I need someone to take a look at the below in red and tell me why the Bcc is not working correctly, what am I missing?? all the other fields work great.

var

oDoc = event.target;

oDoc.mailDoc({

bUI

: true,

cTo

: fldTo.rawValue,

cCc

: fldCC.rawValue,

cBCc

: fldBCc.rawValue,

cSubject

: fldSubject.rawValue,

cMsg

: fldMessage.rawValue

});

1 Accepted Solution

Avatar

Correct answer by
Level 10

Not sure but doesn't mailDoc use cBcc instead cBCc?

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Not sure but doesn't mailDoc use cBcc instead cBCc?

Avatar

Level 3

OMG!!! how stupid do I feel! I was looking for something much more complicated.

thanks Radzmar