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.
In Ax 2009 when i write a job sta开发者_开发技巧tic void (Args _args) { ; info(Global::charMax());
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++.
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
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
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
I\'m trying to create a service reference in visual studio for a service that i\'ve already made in dynamics ax.
In my x++ code I have the following void run() { try { startLengthyOperation(); this.readFile(); } catch (Exception::Deadlock)
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?
I\'m trying to make custom lookup (in .Net) using 2 joined tables: AxLookup nameLookup = e.LookupControl;