[development-axapta] Getting list of perspectives in Dynamics AX using Business Connector

2007-02-26 Thread asheesh arora
Hi,

I am using COM Business Connector to connect to Microsoft Dynamics AX.
I want to get the list of all perspectives and the list of tables in
each perspective. Can anyone explain how to do that.

Thanks
Asheesh Arora



[development-axapta] getting values of extendeddatatype using business connector

2007-02-15 Thread asheesh arora
Hi,

How can I get the data of field which is attached with
ExtendedDataType having 2 array elements. So in my table there are in
total 3 fields of same name. i.e. an array of fields.

I am using AxaptaRecord interface of Business Connector to read data
from the table. I am using the `field` property of AxaptaRecord object
to read the value of field. But I am not able to access the array
elements of EDT.

Can someone help on this how to fetch the data of EDT arrayelements.

Thanks  Regards
Asheesh