Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

Passing a list of objects to .net

$
0
0

Hello all:

I have a .net class with a public method as follows

public List<Orders> getOrder(List<Customers>)

Where customer is a class object.

When calling getOrder() from AX what is the parameter type that is compatible with list<Customers> ?

I have tried

List = new List(Types::Class/Container/Anytype)

Arrays and ClrObject

 

Let me know if anyone has the answer to this.

Thanks

Abby


Viewing all articles
Browse latest Browse all 9880

Trending Articles