How to add a page with Conditions of Sale at end of Invoice SSRS

We use a ReportImage. Easy for user to swap out but not easy to paginate. Works on QuotForm, OrderAck not sure about ARInvoice.

3 Likes

As an aside, how large are most people’s T & C’s, mine is around 24,000 characters and fairly fills the page!

1 Like

We use a UD Table (UD10) and Character01 set as HTML on the RDL

Some logic in the SQL of the Report

Character02 = 'POForm' blah blah

Then we use the rich text editor.

It handles page breaks perfectly, we put the control into users hands to modify their own terms. :slight_smile:

4 Likes

I like the Rich Text Editor in Kinetic. I’ve handled a couple asks like that as well. I support this angle of approach.
For those who are not using the Kinetic UI, you are relegated to the other options above.

2 Likes