Identify Infinite Recursion in Product Structure: Difference between revisions

From KeystoneIntranet
Jump to navigation Jump to search
Intra>User
m (1 revision imported)
(No difference)

Revision as of 00:01, 10 January 2017

Product Cost Rollup will report an infinite recursion error when a compenent code is the same as an assembly code.

Identify:

select * from artprstr
where assy_product_code=comp_product_code

Aggressive fix:

DELETE from artprstr
where assy_product_code=comp_product_code