We're in MAS90 4.1
I just added an S/O UDF field. Now,I need to display its contents on printed invoices.
looking at the current crystal invoice, it is using SO_23CRWInvoiceDetail to link to SO_21LineItemExtDescription and SO_26CRWInvoiceDataHeader. these are the only references to S/O as it runs now.
what is the most efficient link to pull the data I need from SO_90_UDF_SalesOrder?
I tried leftouter joins (individually, not at the same time) on both SO_23.SalesOrderNumber and SO_21.SalesOrderNumber to SO_90.SalesOrderNumber but get a 'column not found' error when querying the SO_90.NEWUDF.
any advice?
thanks.
I just added an S/O UDF field. Now,I need to display its contents on printed invoices.
looking at the current crystal invoice, it is using SO_23CRWInvoiceDetail to link to SO_21LineItemExtDescription and SO_26CRWInvoiceDataHeader. these are the only references to S/O as it runs now.
what is the most efficient link to pull the data I need from SO_90_UDF_SalesOrder?
I tried leftouter joins (individually, not at the same time) on both SO_23.SalesOrderNumber and SO_21.SalesOrderNumber to SO_90.SalesOrderNumber but get a 'column not found' error when querying the SO_90.NEWUDF.
any advice?
thanks.