axapta
Dynamics Ax Emailing PDF from within Ax
We are trying to email PDF messages out of AX but when we send them out they are going out as rich text emails. In reading online it looks like this is the default for Ax.[详细]
2023-02-11 12:12 分类:问答BatchJob and simple job showing different result
In Ax 2009 when i write a job sta开发者_开发技巧tic void (Args _args) { ; info(Global::charMax());[详细]
2023-02-10 09:28 分类:问答Creating a folder on fileSystem dynamics ax
i need to check if a folder开发者_开发百科 exists in a particular location,if not then create that folder and save the appropriate file there.How can i acheive this using X++.[详细]
2023-02-09 13:10 分类:问答Forms opening in the background in AX 2009
Sometimes when opening a form or when clicking on an object on the form, the form goes inactive or opens in the background. Is there a way to prevent this from occurring programa开发者_如何学JAVAtical[详细]
2023-02-08 03:42 分类:问答MS dynamics AX 2009 time zone problem
My question is related to population of modified date time field in AX during any posting. SupposeI have a serverat singapore and i am working through a client India,and the current time in singapor[详细]
2023-02-07 16:21 分类:问答Axapta method return List<Array> , how to convert it in c#
I have in axapta method that return List<Array>. How can I convert it on c# side and for what ? It it possible to convert it to c# List<开发者_如何学Python;ArrayList> ? I see example for co[详细]
2023-02-06 03:47 分类:问答Creating a web service reference for dynamics ax in visual studio
I\'m trying to create a service reference in visual studio for a service that i\'ve already made in dynamics ax.[详细]
2023-02-06 01:34 分类:问答Dynamics Ax 2009, Exception Handling
In my x++ code I have the following void run() { try { startLengthyOperation(); this.readFile(); } catch (Exception::Deadlock)[详细]
2023-02-04 22:40 分类:问答Fetching data from dynamics ax 2009 using Ax webservices and C#
I am trying to fetch the list of vendors from the AX database. I want to show a list of vendors in my aspx page.How can i achieve this?[详细]
2023-02-03 14:59 分类:问答AX2009 EP Custom lookup with joined tables
I\'m trying to make custom lookup (in .Net) using 2 joined tables: AxLookup nameLookup = e.LookupControl;[详细]
2023-02-03 10:45 分类:问答
加载中,请稍侯......