cancel
Showing results for 
Search instead for 
Did you mean: 

PO Terms and Conditions

Former Member
0 Kudos

Hello,

I currently have 2 pages of Terms and Conditions to print at the end of a PO. I have in the Main window commands using "Go To New Page" for each of these Terms pages and this works fine. My problem is there is a Note window that should print along the bottom of the page only at the end of Main and I have it conditioned accordingly. This window is being bypassed due to the commands. When I take out the commands the Note window prints correctly but I then get no Terms. If I take out the conditoin on the Note window it will print on every page. Is there a way to get the Terms pages to print without using these commands at the end of Main?

Thank you,

JR

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If you have window to display after the end of Main window and also the T & C page then you need to set a flag insode the Table of the MAin Window

I recently developed PO for my client, there they had Note node after the end of Main Window.

I Declared a Flag in global definitions and then in MAin Window, inside the Table i wrote a Command to call the T& C page.

In the node i put the value of the flag to trigger the window even in last page also i did the same. it is working

Regards

Shiva

Former Member
0 Kudos

Note in this case is a secondary window following Main. If I don't use the commands to go to the last 2 windows Note will print correctly at the end of Main only. These commands are interfering with the condition I have set in Note to print only at the end of Main. Take out the condition and Note prints on every page.

Former Member
0 Kudos

Hello Joseph,

I had a similar problem with Invoice form. I created the command window at the end of all the nodes in the main window. The command should be after the last node and it should not be under the last node.

E.g If note is the last node in your main window..please create the command after the node Note.

I hope this make sense.

Thanks,

Kalyan