[Axapta-Knowledge-Village] Reg business connector

2006-06-02 Thread Manoj Kumar \(HCL Technologies Ltd\)
I have a problem. I am trying to retrive the field name (database field name) from AxaptaRecord Object. Using the code below, I am able to retrive the table field Label but not the field name. string eleName = axRecObj.get_FieldLabel(1); I am using business connector to do this

[Axapta-Knowledge-Village] Reg Item Creation

2006-05-24 Thread Manoj Kumar \(HCL Technologies Ltd\)
HI all, I have a problem. I am working on Axapta 4.0 tap 3 build . I am writing the .Net code for connecting to Axapta thru Business connector(for Automation testing). I am able to insert the record into InventTable(base table for item) , but not the related tables like InventTableModule