X++ Code to Find and Remove The Duplicate Objects in AOT Please Note following cautions before proceeding.... BackUp of Application:- Setup a new instance and Copied the var.aod files (Or other layer where your customization exist) from production instance and restored the DB with live DB. DO NOT DO THIS DIRECT ON LIVE SERVERS Use the following code to delete the identical copy. static void theAxapta_FindAndDeleteIdenticalObjects(Args _args) { SysTreeNode comparable1, comparable2; TreeNode curLevelTreeNode...(read more)
↧