cancel
Showing results for 
Search instead for 
Did you mean: 

How can we print a invoice with multiple headers with a single print command.

ravi_sharma9390
Explorer
0 Kudos

Hi,

Actually we need sales invoice for internal use as well as for the customers.

Original copy for office use

Accounts copy for accounts department

packing copy for warehouse

duplicate copy of transporter for transporte

But the body of the document is same for all but only name changes in every document..

PLs provide me a solutiion in detail ..

Pls tell me how to create different headers in a single pld .

Thanx in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member212181
Active Contributor
0 Kudos

Hi

The solution was answered in another thread, do a search of the "3 copy display in single click "

I have tried it and it works.

The solution is as follows:

Assuming that you want to display the copy name in the Start of Report (SoR)

1) in the Display Document Properties>Paper Format>Number of Copies = 3, this defines how many copies will be printed

2) Place a formula field in the SoR fldCopyName, set its formula as CopyNumber()

3) Place a formula field in the SoR fldCopy1, set its formula as fldCopyName == 1

4) Place a formula field in the SoR fldCopy2, set its formula as fldCopyName == 2

5) Place a formula field in the SoR fldCopy3, set its formula as fldCopyName == 3

6) Place a Text field in SoR and type in your Copy Name in the Content Tab and set the Link to fldCopy1

7) Place a Text field in SoR and type in your Copy Name in the Content Tab and set the Link to fldCopy2

😎 Place a Text field in SoR and type in your Copy Name in the Content Tab and set the Link to fldCopy3

This post is credited to Murtaza R.E.


Warm Regards

Unnikrishnan

Answers (3)

Answers (3)

former_member188586
Active Contributor
0 Kudos

hi

if you got solution ,please close the thread with of mark as correct answer /Helpful answer

ravi_sharma9390
Explorer
0 Kudos

Hi,

Actually m new to scn and don't know how to mark as correct and close the thread.

Unnikrishnan gave me the correct suggestion which worked for me.

Kindly suggest me in closing the thread and marking it as correct.


Thank you in Advance

former_member188586
Active Contributor
0 Kudos

Hi Ravi sharma

who has given to  u correct answer mark as correct answer or helpful answer

former_member188586
Active Contributor
0 Kudos

hi

just read once bellow  thread then you will understand

ravi_sharma9390
Explorer
0 Kudos

Thanks for your suggestions it worked Unnikrishnan.

Thanks Deepak Tyagi for you help.

former_member196081
Active Contributor
0 Kudos

check below