RE: [Axapta-Knowledge-Village] InventDIm Table data

2005-01-19 Thread Harry Deshpande
hi Subbu check the delete method on inventDim remove statement if (doDelete) and you will be fine. or call inventDim.delete(true) regards harsh --- Subrahmanyam Mamidi <[EMAIL PROTECTED]> wrote: > HI, > > I have created a company in my DEV environment. And > I was in the process o

Re: [Axapta-Knowledge-Village] InventDIm Table data

2005-01-19 Thread Girish B
subbu, because of data consistency the system will not allow you to delete the inventDimId's. These ID's could be already present in other tables. when you write delete the system will do some validations (like if this record is available in some other tables) and if it fails then the record do

[Axapta-Knowledge-Village] InventDIm Table data

2005-01-19 Thread Subrahmanyam Mamidi
HI,   I have created a company in my DEV environment. And I was in the process of cleaning InventDim Table. Its allowing me to delete the Tables data, but when I reopen again, I see the data again. I changed the Table properties to "none' from Cachelookup. But still, the same problem.   Appreci