I want to know how to create a new item record usi开发者_如何学Cng a template in Dynamics AX 2009 .NET Business connector. I know how to do this using Dynamics AX 2009. Is there a static method that i
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 han开发者
I\'m just starting with X++ (Java background) and I found a code like #XYZBatchScheduling ; ... order.Status = #geplant;
static void Job(Args _args) { int number=10; do { print (strfmt(\"current number = %1\", number)); number --;
I am using Axapta 3.0 with language X++. I am making a report based on available report. The new report only shows a total row by group CG Group instead of showing all detail row as old report.
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)
I\'ve written a method to handle regex validation in AX2009.Problem is that it always returns false, no matter what the expression or input string.Returns n开发者_如何学运维o errors, just \'false\'Min
I would like to query the AO开发者_JS百科T to see if a table name exists using X++.Can anyone point me in the right direction or provide some sample code for doing that?
I\'ve found several posts and articles around the net talking about validating form fields in dialogs, but none of the examples I\'ve found seem to work properly.
Using a \'clicked\' override on a button, I\'d like to modify values in an Axapta form. I\'m able to get data from the form field using: