次级报告是否有固定之处? 我可以谈谈地方发展的内容。 请帮助
Dynamics AX comes with 25 predefined roles in the Default Analysis Database. How do I create my own and associate this new Role with a Role within Dynamics AX? I know the create Role wizard in SQL ...
次级报告是否有固定之处? 我可以谈谈地方发展的内容。 请帮助
如果你问到底是“通过行动进行钻探”,我会建议 Save一下Saveen Reddy所作的这一非常好的公开屏幕:。
I hope this helps!
Dynamics AX comes with 25 predefined roles in the Default Analysis Database. How do I create my own and associate this new Role with a Role within Dynamics AX? I know the create Role wizard in SQL ...
I am an AX newbie, and I need to make a modification to the ProjTableWizard form code and have not been able to locate where I need to make the change. Essentially what I need to do is modify the part ...
Where online can I download the Visual Studio template files for Microsoft Dynamics AX 2009? alt text http://img89.imageshack.us/img89/8852/47201012000pm.png
I m writing a C# command line tool to fetch data from AX and to add data (create new tables) to AX. Fetching data from an AX table is easy and documented here: http://msdn.microsoft.com/en-us/library/...
I m currently communicating with an external SOAP service within AX using the a service reference and the generated .NET class. Everything is working out greatly with the exception of how to handle ...
Each table in the AOT has an ID, how can I discover the table name given an ID?
static void Job(Args _args) { int number=10; do { print (strfmt("current number = %1", number)); number --; }while (number != 0) } This is a job just for ...
I want to write a txt file (just like i d do in visual studio with c# using string writer and everything, with which i m already very familiar) what class and method do i use? how does it work? ...