x++
AX integration with other application
I have a requirement in which I have create customer into external system, When i create it in AX. first solution which came to my mind, was too consume the external party web service into AX.[详细]
2023-02-19 22:04 分类:问答Why should I use positive logic in an if block?
I don\'t understand why it is a best practice to use positive logic开发者_运维百科 in an if block[详细]
2023-02-17 20:55 分类:问答Job running in server-side need to invoke a method which runs on client-side
Suppose i hav开发者_JS百科e a job which runs in server-side and a line in the same job needs to run on client-side, Can this be achieved? When I try to run the method WeekofYear in Global class in bat[详细]
2023-02-17 09:46 分类:问答not able to run job in batch
static void Job47(Args _args) { strpath,stx; TreeNodeIteratoriter; TreeNodetreeNode, treeNodeToRelease; MapdictMenuDisplay;[详细]
2023-02-16 18:14 分类:问答Code crashes at iteration 86
static void Job47(Args _args) { strpath,stx; TreeNodeIteratoriter; TreeNode开发者_JAVA技巧treeNode, treeNodeToRelease;[详细]
2023-02-12 22:46 分类:问答How can I get a list of tables connected to each module in AX 09?
Can anyone tell me how to find the list of tables that are connected to eac开发者_运维技巧h module in AX 09?[详细]
2023-02-12 07:45 分类:问答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 分类:问答