Is there a way to make more tables available in APR breaking and routing?

I am setting up breaking and routing on the packslip report style. Ideally, want I would like to have is a Condition that checks a field from the Customer table. For example, test to see if the customer wants a COA, if so, print it. The issue is the Customer table is not available on the list of tables inside the Condition object. Is there a way to add it?

You would have to add that table to the RDD, then create a new report style with that new RDD. I wish there was a way to re-import the RDD for an existing breaking/routing style, but I don’t know of one.

2 Likes

Good to know. Thanks for taking the time to explain it. That should work fine for me.

1 Like