Re: [Axapta-Knowledge-Village] Insert_Recordset with join condition

2005-03-08 Thread Varden Morris
I am not sure if that can work. Try modifying this example to meet your need:       TableForInsert  TableForInsert;    SalesTable  SalesTable;    recordInsertList    recInserts = new RecordInsertList(tableNum(TableForInsert));    ;     while select SalesTable where SalesT

[Axapta-Knowledge-Village] Insert_Recordset with join condition

2005-03-08 Thread compashi
Hi everybody, Have any one of you tried Insert_recordset() with some join condition with some other tables and then inserted the result into a table. I am trying follwing code but it's giving error that " The selection field list (2 fields) does not match the insertion field list (1 fields)"