[Axapta-Knowledge-Village] Delete Action

2008-10-15 Thread puneet.darji
Hi, I have the following scenario: 1) Table InventTable is having 2 fields salesresponsible approved by (both of the fields shows the employees drop down) 2)I have set two relations in 'Relation' node on Table InventTable: a)InventTable.salesresonsible == EmplTable.emplid b)InventTable.approvedby

[Axapta-Knowledge-Village] Delete Action

2008-10-15 Thread puneet.darji
Hi, I have the following scenario: 1) Table InventTable is having 2 fields salesresponsible approved by (both of the fields shows the employees drop down) 2)I have set two relations in 'Relation' node on Table InventTable: a)InventTable.salesresonsible == EmplTable.emplid b)InventTable.approvedby

Re: [Axapta-Knowledge-Village] Delete Action

2006-05-11 Thread Mallikarjun Gudidevuni
Hi, U can use Delete_From , this will delete a record. MyTable myTable; ttsbegin; DELETE_FROM myTable WHERE }}--MyTable.AmountMST}}-- ='1000'; ttscommit; [EMAIL PROTECTED] wrote: Hi, with out setting any properties in delete action properties sheet how to perform delete action by

[Axapta-Knowledge-Village] Delete Action

2006-05-09 Thread Sakthivel
Hi, with out setting any properties in delete action properties sheet how to perform delete action by coding? Regards, Sakthi Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. SPONSORED LINKS