AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 17.05.2011, 01:14   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
Dynamics AX Sustained Engineering: Financial Statement calculation column behavior with Currency Converter
Источник: http://blogs.technet.com/b/dynamicsa...converter.aspx
==============

Problem:

When using the currency converter on a Financial Statement, calculation columns are restated. In some cases, this may not be desirable as the calculation column may already contain information as needed. An example would be a calculation column consisting of a sum of two columns that contain secondary currency information.

Resolution:

To resolve this issue the class \Classes\LedgerBalanceSheetDimPrint\buildFields can be modified as follows. The changes consist of moving one of the case statements to an earlier point in the code.

From:

...

case LedgerColumnTypeDim::CurrentCur,
LedgerColumnTypeDim::BudgetCur,
LedgerColumnTypeDim::CovCur :


reportRealField.extendedDataType(extendedtypenum(AmountCur));
reportRealField.dataMethod(#methodDisplayAmountCur);
break;

...

To:

...

case LedgerColumnTypeDim::CurrentCur,
LedgerColumnTypeDim::BudgetCur,
LedgerColumnTypeDim::CovCur,
LedgerColumnTypeDim::CalcExpression :

reportRealField.extendedDataType(extendedtypenum(AmountCur));
reportRealField.dataMethod(#methodDisplayAmountCur);
break;

...

and remove\comment the code in the following case statement.

case LedgerColumnTypeDim::CalcExpression :
reportRealField.extendedDataType(extendedtypenum(AmountMST));
reportRealField.dataMethod(#methodDisplayAmountMst);
break;




Источник: http://blogs.technet.com/b/dynamicsa...converter.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
axinthefield: Dynamics AX Event IDs Blog bot DAX Blogs 0 01.03.2011 22:11
Dynamics AX Sustained Engineering: POS Transaction with Sales Order that nets to $0.00 posting failure in statement Blog bot DAX Blogs 0 06.01.2011 20:16
Dynamics AX Sustained Engineering: Microsoft Dynamics AX 4.0 and AX 2009 are compatible with Microsoft Windows 7 and Microsoft Windows Server 2008 R2 Blog bot DAX Blogs 0 22.09.2009 04:06
Dynamics AX Sustained Engineering: Dynamics AX 2009 Patching Blog bot DAX Blogs 0 08.10.2008 10:05
axStart: Microsoft Dynamics AX 2009 Hot Topics Web Seminar Series Blog bot DAX Blogs 0 06.08.2008 12:05

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 05:17.