Problems in Bursting file with groups
Hi there,
We need to send by mail (busting) a list of items ordered by a Customer.
We used to do that by busting a pdf file as attachment.
we need now to have this directly in the email body without attachement.
However we have the following problem :
if we use this option
<xapi:request select="/SPEORDCONF_TST_2/LIST_G_TRX_HEADER/G_TRX_HEADER"> (G_TRX_HEADER being the main group)
only the last item appears on the email body.
If we use this option :
<xapi:request select="/SPEORDCONF_TST_2/LIST_G_TRX_HEADER/G_TRX_HEADER/LIST_G_TRX_LINES/G_TRX_LINES"> (G_TRX_LINES being the subgroup)