[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 business connector

2006-06-02 Thread manoj kumar
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 in Axapta