Hello Experts,
One of our customer does rental business and they use a third party add-on. People can rent tents, linens, kitchen items and so on.
Here is my requirement:
We need to print Rental Terms and Conditions ( almost a page) for all rental orders.
If there is a tent item on the order we also need to print Tent Terms( almost a page) along with general rental terms .
Current status:
If there is only tent items on the order, crystal reprots prints both pages ( tent, rental terms which is ok)
If there are tent and other items ( add-on does not print tent terms) I am using item group in the formula
{VW_RentalOrder.ItmsGrpCod}!=103
( where items does not belong to Tent)
Please help me.