|  10.12.2015, 09:12 | #1 | 
| Участник | mfp: X++ in AX7: Client/Server keywords 
			
			Источник: http://blogs.msdn.com/b/mfp/archive/...-keywords.aspx ============== In AX7 all X++ code is running on the server tier. No exceptions. The compiler is ignoring client and server keywords. When you come across any of these just delete them without a second thought: 
 Similarly, if you stumble into any code that was taking the journey to the opposite tier to do some "magic" and then pack down the results in a container – consider refactoring the code. The journey is not happening anymore, and it is pure overhead. Typically such methods are static methods named xxx_OnServer() or xxxClient(). THIS POST APPLIES TO MICROSOFT DYNAMICS AX7 PREVIEW; IS PROVIDED AS-IS AND CONFERS NO RIGHTS.  ============== Источник: http://blogs.msdn.com/b/mfp/archive/...-keywords.aspx 
				__________________ Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. | 
|  | 
|  | 
| 
 |