![]() |
#1 |
Участник
|
daxrunbase: DMF TransferStatus to check entity processing
Источник: https://www.daxrunbase.com/2023/03/1...ty-processing/
============== When we work with a Data Entity in D365FO, it can get tricky to track how transfers are going and how much is left. Here is a quick SQL snippet to query staging tables to figure out DMF TransferStatus: select executionid, transferstatus, case when transferstatus = 0 then 'Not started' when transferstatus = 1 then [...] The post DMF TransferStatus to check entity processing appeared first on DAXRunBase. Источник: https://www.daxrunbase.com/2023/03/1...ty-processing/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|