BI Publisher emailCC/emailTo options
Hi,
We are using the ScheduleService v2 web service in BI Publisher 11.1.1.5 to send requests to BI Publisher from within the database. We want to create reports and email them to a person with multiple persons in the CC field. This is the request being sent to BI Publisher:
<scheduleRequest>
<deliveryChannels>
<emailOptions>
<item>
<emailBCC/>
<emailBody/>
<emailCC>one_other_person@centric.eu</emailCC>
<emailFrom>bipublisher@centric.eu</emailFrom>
<emailReplyTo/>
<emailServerName>mailserver</emailServerName>
<emailSubject>Trade factuur</emailSubject>
<emailTo>one_person@centric.eu</emailTo>
</item>
</emailOptions>
</deliveryChannels>
<reportRequest>
<attributeCalendar>Gregorian</attributeCalendar>
<byPassCache>false</byPassCache>
<flattenXML>true</flattenXML>
<parameterNameValues>
<listOfParamNameValues>
<item>
<name>P_ID</name>
0