Identify Infinite Recursion in Product Structure: Difference between revisions

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

Latest revision as of 12:58, 14 July 2023

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