cancel
Showing results for 
Search instead for 
Did you mean: 

Invioce printing issue

Former Member
0 Kudos

In our invoice output left bottom corner side we populate few details related to discount and due date. There are 6 to 7 lines in this space. Issue is that when we trigger the output type for the first time, Starting line of this content go missing. From second time onwards all the content appears. Why is that first time data missing ?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member196280
Active Contributor
0 Kudos

I guess you populated the line after window is getting called.. may be because your variable is not cleared on your second run the first line is still getting displayed.

Regards,

SaiRam

Former Member
0 Kudos

Hi ganesh,

check the window whether it is getting overlapped with the main window.

Regards,

Sravanthi

Former Member
0 Kudos

Hi..

May be windows are overlapped so that first line was unable to see even though it got displayed.

before displaying create a code node and write 'break-point' command in that. and check whether all data was able to access in SF or data need to display in first line is coming blank?

try like that.

hope this is useful.

Regards,

KP.