![]() |
#1 |
Участник
|
axzaptech: How to resolve India Tax information error
Источник: http://axzaptech.wordpress.com/2013/...rmation-error/
============== In AX 2009 India GLS, the tax information does not flow from project details to the transaction while posting service order line and we get errors like, Field STC number must be filled in. Field Registration number must be filled in. After debugging the code I found that the code is missing in following path, \Classes\SMAServiceFunctionLine_Transfer\createProjJournalLine_Hour \Classes\SMAServiceFunctionLine_Transfer\createProjJournalLine_ItemConsum Following code can be written in the above two methods to avoid the errors. // projJournalTransHour.initFromProjTable_IN(ProjTable::find(serviceOrderTable.ProjId)); // // inventJournalTransItem.initFromProjTable_IN(ProjTable::find(serviceOrderTable.ProjId)); // This code resolves the tax information flow from project to transactions issue. ![]() Источник: http://axzaptech.wordpress.com/2013/...rmation-error/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|