Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Sage MAS 500 Customer
trodman
Posts: 233
Registered: 02-13-2009
0

Re: Add Primary Contact Title Field to AR Invoice

I have a question related to this issue.

 

I'm not sure how the tciAddressWrk_1 table gets populated.  I can see in the sppoPopPOPrintWrkTbls stored procedure where tciAddressWrk gets populated, but I don't see anything for tciAddressWrk_1.  Does anyone know how I can modify the way tciAddressWrk_1 gets populated?

Tim Rodman
Programmer Analyst
rodmant@robbinstbm.com
Version 7.30.6.0 (March 2011)
Contributor
hsanguino
Posts: 26
Registered: 11-01-2008
0

Re: Add Primary Contact Title Field to AR Invoice

Hi Tim

 

The tciAddressWrk_1 is actually another alias for tciAddressWrk alias (every table object added to a report is actually an alias).

 

Crystal Reports allows you to add multiple instances of same table, so you get the name of the table + _n  where "n" is the sequential number of instance.

 

Hugo

Sage MAS 500 Customer
trodman
Posts: 233
Registered: 02-13-2009
0

Re: Add Primary Contact Title Field to AR Invoice

I see now.  They're all joining to tciAddressWrk, but each alias is joining based on a different AddrKey so you wind up with different address records in each aliased table.

Tim Rodman
Programmer Analyst
rodmant@robbinstbm.com
Version 7.30.6.0 (March 2011)