11.01.2012, 20:12 | #1 |
Участник
|
palleagermark: AIF: Execute messages on demand
Источник: http://palleagermark.blogspot.com/20...on-demand.html
============== Sometimes when you try to debug problems with an AIF message, you'd like to just execute it rather than wait for the batch server to pick it up. This job can do just that. It requires the GUID of the message and a call to \Classes\AifInboundProcessingService\processAsUser: X++: static void debugAIF(Args _args) { AifMessageId messageId = str2guid("8D2D6B9C-B0A9-48FA-B58E-0CAAD415E65B"); AifInboundProcessingService::processAsUser([messageID]); } Источник: http://palleagermark.blogspot.com/20...on-demand.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. Последний раз редактировалось Poleax; 12.01.2012 в 10:46. |
|