24.10.2011, 20:34 | #10 |
Microsoft Dynamics
|
Существующие накладные можно проапдейтить примерно таким джобом:
X++: static void Job20(Args _args) { CustInvoiceJour custInvoiceJour; ttsbegin; while select forupdate custInvoiceJour where custInvoiceJour.RefOriginalInvoice_RU == 0 { CustVendInvoiceJour::initRefOriginalInvoice_RU(custInvoiceJour); custInvoiceJour.doUpdate(); } ttscommit; }
__________________
You should use Bing before asking dumb questions. |
|
|
За это сообщение автора поблагодарили: Nick (2), Bega (2), gl00mie (2), Kabardian (2). |
Теги |
ax2009, корректировочный счет-фактура, локализация, счет-фактура |
|
|