Sign In
Dynamics AX Czech Support Team
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Framework
Administration
AIF
AX2009
Business Connector
C#
Data Import
Demand Planner
How To
Script
SQL
Team Foundation Server
Upgrade
X++
Archive
Archives
December 2010
(2)
May 2010
(1)
November 2009
(1)
October 2009
(3)
September 2009
(5)
May 2009
(2)
April 2009
(3)
March 2009
(3)
February 2009
(2)
January 2009
(3)
December 2008
(2)
October 2008
(1)
August 2008
(6)
July 2008
(4)
March, 2009
MSDN Blogs
>
Dynamics AX Czech Support Team
>
March, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Dynamics AX Czech Support Team
HOWTO: Using WinAPI FindFirstFile, FindNextNext in Batch Jobs.
Posted
over 3 years ago
by
Martin Falta
1
Comments
In batch job is not posible to call WinAPI functions WINAPI::FindFirstFile(..) and WINAPI::FindNextFile(...) . This is limited only for code running on client. Sometimes is necesary have similar function for code running on server (or in batches). There...
Dynamics AX Czech Support Team
Running direct SQL code using Connection class
Posted
over 3 years ago
by
Martin Falta
0
Comments
Sometimes you need to use direct SQL code in your methods. The easiest way is to use Connection class. However you might run into the error “ Request for the permission of type 'SqlStatementExecutePermission' failed. ” This is because you’re using the...
Dynamics AX Czech Support Team
Calling external web services from AX
Posted
over 3 years ago
by
Martin Falta
1
Comments
While calling external web service from AX you might experience following error: Object 'CLRObject' could not be created This is because web services must be called from code running on server. That why you need to set the class’s RunOn property to Server...
Page 1 of 1 (3 items)