i have c# library deployed to dynamics ax . i must pass c# method enum , which is declared in c# class . i am not able to get this done .
AMMobile.AMMobileService.TaskType t;
TaskType is enum ; i can't set value in it . i have int values of this enum , but i can't convert int to c# enum too.
can you help me with this issue?
*This post is locked for comments
I have the same question (0)