March 2009 - Posts

HOWTO: Using WinAPI FindFirstFile, FindNextNext in Batch Jobs.
13 March 09 02:56 PM | czdaxsup | 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 Read More...
Running direct SQL code using Connection class
13 March 09 02:49 PM | czdaxsup | 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 Read More...
Filed under:
Calling external web services from AX
13 March 09 09:12 AM | czdaxsup | 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 Read More...
Filed under: ,

Search

This Blog

Syndication

Page view tracker