cancel
Showing results for 
Search instead for 
Did you mean: 

Billing Document Output - Flexible Footer Info Required

kirsten_bluhm
Discoverer
0 Kudos
268

Working in a 2 tier S4 HANA public edition landscape – no development system, only QA and production.

Using Adobe LiveCycle Designer 11.0.

Need to create billing document output with bank details at the bottom of the page, but these bank details are dependent on document currency and customer country. This means that I cannot use texts in the master form, as the information varies, but I have not yet found a way to display information at the bottom of the content form.

Does anyone have any ideas how I can achieve this?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Kirsten,

I would store the data directly in the form under frmHiddenGlobalFields and then decide based on the xml data which content should be printed. If you want to print the data in the Footer part of the Form, I think you should be able to use xfa.resolveNode to manipulate Master data, as we already do for the title (in the predelivered form have a look at Form.frmHiddenGlobalFields.txtPrintFormTitleText::ready:layout). The fields in the form master are mst1.frmFooter.frmFooterBlock_1.txtLine, mst1.frmFooter.frmFooterBlock_2.txtLine and mst1.frmFooter.frmFooterBlock_3.txtLine

Hope this helps.

Best regards,

Sandra