x++
Dynamics AX 2009 .NET Business connector
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[详细]
2023-01-04 19:59 分类:问答How do I get the details of a SOAP fault in Dynamics AX?
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开发者[详细]
2022-12-18 07:27 分类:问答What is the meaning/use of #geplant in an assignment?
I\'m just starting with X++ (Java background) and I found a code like #XYZBatchScheduling ; ... order.Status = #geplant;[详细]
2022-12-16 22:46 分类:问答Syntax error in Ax
static void Job(Args _args) { int number=10; do { print (strfmt(\"current number = %1\", number)); number --;[详细]
2022-12-15 15:32 分类:问答How to show a row total amount by group CG Group in Report
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.[详细]
2022-12-13 07:38 分类:问答How do i write a txt file using Microsoft Dynamics AX?
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)[详细]
2022-12-13 03:26 分类:问答Axapta Validation Class
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[详细]
2022-12-11 08:33 分类:问答Axapta: Find table by name in AOT
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?[详细]
2022-12-11 05:41 分类:问答Axapta Dialog Validation
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.[详细]
2022-12-11 02:49 分类:问答Axapta: Edit form field values
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:[详细]
2022-12-10 09:47 分类:问答