![]() |
#1 |
Участник
|
Batch task progress on server for AX 2009
Источник: http://alexvoy.blogspot.com/2014/12/...er-for-ax.html
============== I already explained how to update progress for batch tasking in AX 2012. Now, it's time for AX2009. public void new(int _numberOfBars = 1, boolean _bypass=false)You can simply change new() method in SysOperationProgressServer class as follows: Evidently it will increase the total execution time of a batch because SysProgress table will be updated for every task as many times as you call incCount(), setCount() etc. So, it is worth changing construct method in RunbaseProgress class, so that the developer could decide to update progress or not. Happy New Year! Источник: http://alexvoy.blogspot.com/2014/12/...er-for-ax.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|