Quantcast
Channel: AXForum
Viewing all 14636 articles
Browse latest View live

Отправка эл. сообщения пользователю

$
0
0
Привет всем! Появился такой вопрос:
Если у нес есть пользователь в АД и он добавлен как пользователь в CRM, но у него в CRM нет лицензии.
Если я каким то образом буду отправлять ему сообщение из CRM, получит ли он это сообщение в почте?
Такая же ситуация со встречами и задачами. Будут ли они у него в OutLook отображаться?
Всем спасибо. Сам бы попробовал, но смогу только через неделю))):blush:

AX

$
0
0
Всем, доброго времени суток.

скажите пожалуйста какова вероятность перейти на АХ, если до этого занимался поддержкой OEBS и MS Dynamics CRM?

DAX 2012 R2 - cue on EP doesn't count amount of finded records on standart functionality

$
0
0
After installing DAX 2012 R2 cue on Enterprise Portal doesn't count amount of finded records, whereas on DAX client it's working.
If somebody have the same problem and solutions?

fed: Excessive logging from inventory closing /recalculation

$
0
0
Источник: http://fedotenko.info/?p=300
==============

In my previous post, I stated that InventSumLogTTS table is not updated after related inventory transaction was physically posted. I was totally wrong.

In a while I had to make some performance tuning for a couple of installations, which suffered from bad inventory closing performance and overall conflicts between inventory closing and regular user work. After looking closer onto the problem, in both cases, I found out that the main reason for performance issues is a large set of updates to inventSumLogTTS table, coming from inventory closing/recalculation process. Since both installations use Weighted Average inventory model, routine inventory recalculation was causing some 2-3-5 millions of updates to InventTrans table and, respectively, creation of the same number of records in inventSumLogTTS table. The worst part of it is that InventSumLogTTS table is locked in pessimistic mode. It means, that if your users are running an order explosion update or trying to schedule production order, the system will start iterating over all InventSumLogTTS records for all items, which somehow participate in the explosion. Since now we have several millions of transactions, it will take some time. Since all explosion update process is run as a one big fat transaction, all updated records in inventSumLogTTS will remain locked till end of this transaction and all other users, trying to schedule another production order, which happens to share any of direct or indirect subcomponents with order being re-scheduled, will have to wait till the transaction ends. Also, most probably, part of the records related to scheduled items were inserted by inventory closing in not yet committed transaction(s). And every time when scheduling bumps into one of these items, it have to wait till transaction will commit. Shortly speaking, any attempt to run inventory closing/recalculation safely prevent most of production-related functionality.

Everything I said is related to DAX2009. In DAX2012, designers made some provisions to support inventory closing/recalculation execution in parallel with production operation.First of all – they enabled optimistic locking for InventSumLogTTS table. Second – they invented ‘Soft Deletion’ of inventSumLogTTS records, so the reqTrans update function can mark records as processed without causing long  locks to other processes (because of actual deletion). I have not checked this algorithm in practical usage and I am not sure that they addressed 100% of locking issues for inventSumLogTTS table, but I can believe that in version 2012 they addressed the most of them.

Yet, I am not sure that the very approach is correct. Let’s look into the following statements.
  1. Right now (at least – as of versions 4-2012R2) InventSumLogTTS is used only for dynamic update of net requirements (reqTrans). I do not know how it can be used in future, but now this table do not have any other use.
  2. MRP deals only with inventory transactions in, so to say, ‘Estimated’ statuses. After inventory transaction was registered (for receipts) or picked (for issues), from MRP point of view, it becomes a part of inventory-on-hand, one big net requirement which processed by MRP as a whole and it is based on inventSum data (not on inventory transactions).
  3. If an inventory transaction were physically updated (becomes a part of inventory-on-hand), then net requirements update logic apply this change ONLY on first change to physically updated status. If both new and old transaction statuses in a record of inventSumLogTTS are below or equal to Picked/Registered, then this record is not applied to net requirements and simply dropped during net requirement update process.
  4. Inventory closing/recalculation deal ONLY with inventory transactions who are well behind ‘Estimated’ status. It process transactions which were already Physically or Financially updated.
  5. Moreover, inventory closing/recalculation DO NOT change any of quantity/dimension/transaction status fields, which are somehow related to MRP. Well – I remember that average inventory recalculation/closing creates  dummy inventory transfers, but they are irrelevant for MRP.
So, I can simply draw a conclusion that any logging to inventSumLogTTS from inventory closing/recalculation should be simply disabled. The very fact that this was not made in a standard version of Dynamics AX can be considered as a design bug.

Now let’s come to more practical part. Dynamics AX do have API to disabling logging to InventSumLogTTS. You can call the following function: appl.inventUpdateOnhandGlobal().inventUpdateOnhand().parmSkipInventSumLogTTS() to enable or disable logging to inventSumLogTTS. I must mention, that in the end of transaction (commit or abbort), logging is re-enabled automatically, so in most cases you just need to disable logging and then do nothing.

Practically speaking – to disable logging to inventSumLogTTS during inventory closing/recalculation, you need insert a call to appl.inventUpdateOnhandGlobal().inventUpdateOnhand().parmSkipInventSumLogTTS(true); after every ttsbegin; statement (but not connection.ttsbegin() function), you find in the inventCostItemDim class. To disable logging for inventory closing/recalculation cancellation, you need to insert the same call (again – after every ttsbegin;  statement) into the class inventCostClosingCancel_WorkInvent. 

I made this change for two installations and I had quite positive results: Inventory recalculation/closing time dropped from days to hours (about 15-20 times) and all locking between production operations and inventory closing/recalculation have been gone.

Usual disclaimer: Use this thing with care, first try it in TEST environment, I am not sure about future compatibility and compatibility with your customizations and so on. Anyway – even in the worst case, InventSumLogTTS is cleared out on every MRP regeneration for dynamic plan, so It is not very big deal to skip this updates. In the worst case, just imagine that you ran unsuccessful session of MRP regeneration.











Источник: http://fedotenko.info/?p=300

axaptacorner: Ax 2012 CU3 Upgrade from AX 2012

$
0
0
Источник: http://axaptacorner.blogspot.com/201...m-ax-2012.html
==============






CU3 Upgrade process flow
Note: Take your production backup before start the upgrade
  • Following are the steps to upgrade AX 2012 Feature pack to AX 2012 CU3 Record the Kernel and Application before run cu3 setup





2. Run CU3 setup without selecting data base










3. Following screen shot indicate all selected component installed without any error or warning








4. Run the following utility command to update the schema










5. Rerun the setup with data base selection









6. Choose concern Server and data base






7. Following screen prompt when start the AX 2012








8. After clicking ok on the prompt screen it will open check list and also explicitly we can open check list with following path


System Administrator -> Check list -> Software update checklist
Following screen shot shows all the check list component completed

9. We can analyze the upgrade version from the following screen which now changed after the installing CU3 and running the check list







After the CU3 upgrade now we can upgrade it to R2 too.

Happy DAXing !!!!



Источник: http://axaptacorner.blogspot.com/201...m-ax-2012.html

axaptacorner: Upgrade from Ax 2012 to AX 2012 R2

$
0
0
Источник: http://axaptacorner.blogspot.com/201...x-2012-r2.html
==============


In-Place upgrade Ax 2012 R2



The recommended approach for the in-place upgrade(upgrade from ax 2012 or ax 2012 feature pack to Ax 2012 R2) requires three system as:
1.Production: Existing system which you want to upgrade
2.Test: Copy of the production system to upgrade data base architecture
3.Development: to upgrade the code and metadata


Process flow through the above architecture are as--







Step 1:
In the earlier version we have the business data and model stores in the same data base
So in the first step on the test system data will split in the two different data base one is business data and other is model stores.
Note: But in this process all the additional component like EP, Reporting services, Analysis service and retail component does not exist on the test system, Mince add only Database, AOS, Debugger and Client while run AX 2012 R2 setup.


After running the R2 setup export the Upgraded models


Steps 2:
Make duplicate copy of test on the development system and upgrade customer models




Steps 3:
Import the upgraded model on the test system and complete the data upgrade in the test system


Step 4:
Run the setup on the production system and complete the checklist
At the time running check list use the upgraded data and the models


Steps 5:
Upgrade the additional components like EP, Reporting Services etc


Steps 6:
Upgrade the Clients

Happy DAXing !!!!


Источник: http://axaptacorner.blogspot.com/201...x-2012-r2.html

rumicrosofterp: Dynamics AX: Обновление модуля «Расчеты с персоналом» FP19 для AX 2009

$
0
0
Источник: http://blogs.technet.com/b/rumicroso...8/3546652.aspx
==============

Уважаемые коллеги!

Опубликовано обновление модуля «Расчеты с персоналом» FP19 для AX 2009 в части следующих законодательных требований:
  • Федеральный закон от 29.12.2012 № 276-ФЗ"О внесении изменений в Федеральный закон "Об обязательном социальном страховании на случай временной нетрудоспособности и в связи с материнством" и статью 1 Федерального закона "О внесении изменений в статью 14 Федерального закона "Об обязательном социальном страховании на случай временной нетрудоспособности и в связи с материнством" и статьи 2 и 3 Федерального закона "О внесении изменений в Федеральный закон "Об обязательном социальном страховании на случай временной нетрудоспособности и в связи с материнством":
    • В части максимального ограничения величины среднего дневного заработка для исчисления пособия по беременности и родам, ежемесячного пособия по уходу за ребенком;
  • Приказ Федеральной службы государственной статистики от 24.07.2012 № 407 «ОБ УТВЕРЖДЕНИИ СТАТИСТИЧЕСКОГО ИНСТРУМЕНТАРИЯ ДЛЯ ОРГАНИЗАЦИИ ФЕДЕРАЛЬНОГО СТАТИСТИЧЕСКОГО НАБЛЮДЕНИЯ ЗА ЧИСЛЕННОСТЬЮ, УСЛОВИЯМИ И ОПЛАТОЙ ТРУДА РАБОТНИКОВ, ДЕЯТЕЛЬНОСТЬЮ В СФЕРЕ ОБРАЗОВАНИЯ» (в редакции приказа от 12.10.2012 № 539):
    • В части внесения изменений в формы статистической отчетности № П-4 "Сведения о численности и заработной плате работников" и № 3-Ф "Сведения о просроченной задолженности по заработной плате".
Ссылки для загрузки:
Инструкция пользователя на русском языке доступна во вложении ниже и на Портале для Партнёров.

С уважением,

Роман Абылхатов




Источник: http://blogs.technet.com/b/rumicroso...8/3546652.aspx

Интересный баг обнаружил

$
0
0
Может это известо было давно, просто не сталкивался - в проекте AOT часть объектов в группах, а часть - просто в корне проекта.
Так вот, при экспорте те, что просто в корне, не экспортируются :D

AX 2009 Ошибка запроса с условием по полю Dimension[x]

$
0
0
Возможно здесь где-то уже пролетала такая ошибка ...
К сожалению, результат выполнения двух этих циклов разный.
Первый выдает инфолог, второй - нет.
Отличаются только указанием условия inventTable.Dimension[12]:

X++:

    VendInvoiceTrans    vendInvoiceTrans;
    InventTable        inventTable;
    ;

    while select forceliterals vendinvoiceTrans
        group by TableId
        where vendinvoiceTrans.Voucher == "Ю3РПН00710274"
    join inventTable
        group by Dimension[12]
        where inventTable.ItemId == vendinvoiceTrans.ItemId
          && inventTable.Dimension[12] != ''
    {
        info("1 - OK");
    }

    while select forceliterals vendinvoiceTrans
        group by TableId
        where vendinvoiceTrans.Voucher == "Ю3РПН00710274"
    join inventTable
        group by Dimension[12]
        where inventTable.ItemId == vendinvoiceTrans.ItemId
          && inventTable.Dimension[12]
    {
        info("2 - OK");
    }

А запросы на БД идут вот такие интересные.

В первом цикле - вполне корректный:

SELECT B.DIMENSION12_ FROM VENDINVOICETRANS A,INVENTTABLE B WHERE ((A.DATAAREAID=N'y31i') AND (A.VOUCHER=N'Ю3РПН00710274')) AND ((B.DATAAREAID=N'y31i') AND ((B.ITEMID=A.ITEMID) AND (B.DIMENSION12_<>' '))) GROUP BY B.DIMENSION12_ ORDER BY B.DIMENSION12_

А во втором - WTF?!

SELECT B.DIMENSION12_ FROM VENDINVOICETRANS A,INVENTTABLE B WHERE ((A.DATAAREAID=N'y31i') AND (A.VOUCHER=N'Ю3РПН00710274')) AND ((B.DATAAREAID=N'y31i') AND ((B.ITEMID=A.ITEMID) AND ((((((((((((((((((B.DIMENSION>' ') AND (B.DIMENSION2_>' ')) AND (B.DIMENSION3_>' ')) AND (B.DIMENSION4_>' ')) AND (B.DIMENSION5_>' ')) AND (B.DIMENSION6_>' ')) AND (B.DIMENSION7_>' ')) AND (B.DIMENSION8_>' ')) AND (B.DIMENSION9_>' ')) AND (B.DIMENSION10_>' ')) AND (B.DIMENSION11_>' ')) AND (B.DIMENSION12_>' ')) AND (B.DIMENSION13_>' ')) AND (B.DIMENSION14_>' ')) AND (B.DIMENSION15_>' ')) AND (B.DIMENSION16_>' ')) AND (B.DIMENSION17_>' ')) AND (B.DIMENSION18_>' ')))) GROUP BY B.DIMENSION12_ ORDER BY B.DIMENSION12_

SAP объявил имя нового директора в России и СНГ

$
0
0
Цитата:

С 21 января 2013 г. гендиректором SAP СНГ, переподчиненного новому макрорегиону, назначен Виталий Постолатий. До этого он три с половиной года возглавлял российский офис Wincor Nixdorf, а ранее работал в Microsoft. Предшественник Постолатия – Игорь Богачев, станет исполнительным директором ИТ-кластера «Сколково».
...
Численность сотрудников сейчас составляет около 800 человек. Новая смена руководителя выглядит более подготовленной, чем предыдущие. Напомним, что летом 2009 г. после ухода Йована Марьяновича компания искала ему замену четыре месяца, а после неожиданного увольнения Владислава Мартынова в мае 2011 г. Игорь Богачев был выбрал новым главой только в июле того года.
Подробнее: http://hh.cnews.ru/top/2013/01/19/sa...i_i_sng_515974


Подробнее: http://hh.cnews.ru/top/2013/01/19/sa...i_i_sng_515974

См. также:
В.Мартынов идет в SAP
SAP: численность сотрудников превысила 700 человек?
http://biz.cnews.ru/news/top/index.s...1/07/12/447324

Microsoft Dynamics CRM Team Blog: Announcing SDK Update V5.0.13 for Polaris and UR12

$
0
0
Источник: http://blogs.msdn.com/b/crm/archive/...-and-ur12.aspx
==============

Microsoft Dynamics CRM SDK Version 5.0.13 is now live on MSDN downloads and in the MSDN library. Here&rsquo;s some of the many additions and updates you&rsquo;ll find in this release:
  • First of all you&rsquo;ll notice a new organization to the table of contents. We rearranged the information to be easier to find, with more information at the higher level
    nodes. No more searching for reporting, client programming and so on. We also moved many of the reference topics from underneath &ldquo;Programming Reference&rdquo; to
    be located with the topic itself. For example, you&rsquo;ll see the Client-Side Programming Reference within the section Write Client Application Extensions for Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online.
  • We broke up the Release History into one per release. With frequent releases of the SDK documentation it was getting out of hand for both you and for us! We hope this makes it easier. Here is the current page: SDK Release History for V5.0.13
  • As usual we updated the assemblies for the Microsoft Dynamics CRM December 2012 Service Update and Microsoft Dynamics CRM 2011 Update Rollup 12. I know that UR12 has not shipped yet, but these assemblies will be compatible when it is available on the download center.
  • Start with this topic to see the new features we documented for this release: What's New for Developers for Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online. These include some new
    activity feeds functionality, custom workflows for CRM Online, extended browser support and an explanation of the new attributes and entity you&rsquo;ll see with the updated user experience in CRM Online.
  • The Plug-in Registration tool executable file can now be found in the Bin folder of the SDK download. No more building the tool yourself! The source code for the tool has been removed from the SDK download, but we heard a request for it and may publish this code as a separate download if there is sufficient demand. It really is easier to just have the tool already compiled!
  • A new topic to help you make the best choice for your solution development: Choose Your Solution Development Environment
  • An update of the Developer Toolkit to support Visual Studio 2012.
  • An update to the Metadata Browser tool with many improvements. (See the release history.)
  • Documentation and sample code for the new metadata query capabilities: Retrieve and Detect Changes to Metadata
  • Documentation and sample code for the new data load feature where multiple message requests can be executed in one request: Use ExecuteMultiple to Improve Performance for Bulk Data Load
  • 17 new or updated samples. For the complete list, see SDK Release History for V5.0.13
Now that the MSDN library has switched to the lightweight view as the default, our TOC doesn&rsquo;t look so great in the library. There are too many repetitions of the product name &ndash; which are there to promote find-ability with Bing and Google. Don&rsquo;t worry, we&rsquo;ll fix this as soon as possible. We are stripping out all the product name references from the end of the titles, and will move that information to an &ldquo;Applies To&rdquo; statement so we don&rsquo;t hurt our search results. We want you to find the CRM 2011 and Online topics first when you search, and are aware that CRM 4.0 is still winning in some cases.

We welcome your Feedback

Thanks for all the hard work by the SDK team!

Amy Langlois

Microsoft Dynamics CRM SDK




Источник: http://blogs.msdn.com/b/crm/archive/...-and-ur12.aspx

Консультант на поддержку MS Dynamics CRM. г.Санкт-Петербург

$
0
0
В отдел поддержки клиентов по MS Dynamics CRM нужны консультанты.
Резюме можно присылать на v.tsygankov@csbi.ru

Общие обязанности:
  • Сопровождение и внедрение разрабатываемых программных продуктов MS Dynamics CRM;
  • Осуществляет консультации сотрудников структурных подразделений Компании, участвующих в процессе внедрения и разработки ПО;
  • Принимает участие в сборе требований;
  • Участвует или отвечает за разработку технического задания, постановка задач для разработчиков;
  • Участвует в создании и настройке тестовых стендов, выполняет тестирование.

rumicrosofterp: CONVERGENCE 2013: приглашаем на конференцию по бизнес-решениям Microsoft 18-21 марта 2013 в США

$
0
0
Источник: http://blogs.technet.com/b/rumicroso...2/3547448.aspx
==============



Приглашаем вас на международную конференцию для клиентов и партнёров по решениям MicrosoftDynamicsCONVERGENCE 2013, которая состоится 18-21 марта 2013 года в Новом Орлеане, США.

Конференция CONVERGENCE &ndash; это крупнейшее ежегодное событие, посвящённое решениям для управления бизнесом. В этом году конференцию посетят 11 000 заказчиков и партнеров Microsoft Dynamics со всего мира, чтобы из первых рук получить новейшую информацию о решения и
перспективах ИТ для бизнеса.Аудитория конференции &ndash; топ-менеджеры компаний, использующих в управлении самые современные технологии. По традиции конференцию открывает Президент Microsoft по направлению Microsoft Dynamics Кирилл Татаринов, на пленарных секциях руководители корпорации и мировые гуру рассказывают про последние тренды в управлении и технологиях. В этом году у вас есть уникальная возможность лично присутствовать на выступлении генерального секретаря ООН в 1997-2007 гг. Кофи Аннана.

На конференции вы получите уникальную возможность:

  • узнать самые свежие планы и стратегию развитиярешений Microsoft для бизнеса;
  • углубить знания о новейших версиях всех решений &ndash; AX 2012 R2, CRMOnline, NAV 2013 на более чем 200 продуктовых, индустриальных и бизнес-докладах;
  • обменяться опытом с вашими коллегами и экспертами из разных стран мира во время индустриальных секций, круглых столов, в организованных дискуссиях в рабочих группах;
  • посетить выставку экспертов-разработчиков Microsoftипартнерских решений - более 270 стендов;
В этом году доклады по AX 2012 R2 - сейчас в программе запланировано около 80 различных детальных тем и по CRM Online (по CRM заявлено около 60 тем) особенно актуальны - эти продукты вышли на российский рынок.

На конференцию едет большая делегация российских партнеров и заказчиков, а также представителей российского офиса Microsoft.



Более подробную информацию о предварительной программе конференции, регистрации и бронировании проживания можно найти на сайте: http://www.microsoft.com/dynamics/convergence. Каталог докладов постоянно пополняется.

Регистрация на конференции стоит 1795 долларов США. Специально для участников из России до 4 февраля 2013 г. действуют специальная цена регистрации 995 долларов США.

Если у вас есть намерение принять участие в конференции этого года, свяжитесь пожалуйста со Светланой Барсовой, a-svbars@microsoft.com. Светлана обеспечивает организационную поддержку регистрации и сообщит вам дополнительные детали, ответит на вопросы, и скоординирует вашу регистрацию и участие в работе конференции.



Следите за дополнительными коммуникациями. До встречи на конференции!










Источник: http://blogs.technet.com/b/rumicroso...2/3547448.aspx

AXAligner - скрипт редактора для выравнивания X++ кода

$
0
0
Приветствую!

Набросал скрипт для выравнивания X++ кода, желающие могут попробовать beta-версию. Проверял работоспособность в AX 2009 и AX 2012, по идее должен работать и в предыдущих версиях.

Возможности:
- Обработка блока выделенных строк;
- Выравнивание первой границы слева по верхней строке;
- Выравнивание второй границы слева по максимальному значению в блоке;

Установка:
- Добавить в качестве нового метода в класс EditorScripts и скомпилировать.

P.S. Конструктивная критика, мысли по доработке и вариации на тему приветствуются.

X++:

//AXAligner ver. 1.0 beta (for AX 2009, AX 2012)
//Developed by alex55 (AXforum.info), 22.01.2013
//Aligns first and second borders from the left for selected block of code
public void aAXAligner(Editor _editor)
{
    #define.EmptyString('')
    #define.Space(' ')
    #define.AllLeftSpaces('<: *')
    #define.AllCharsBeforeSecondLeftBorder('<[^: ]*')

    int i;
    int leftBorderWidth;
    int firstRowLength;
    int maxSecondLeftBorderWidth;
    int startLine = _editor.selectionStartLine();
    int endLine  = _editor.selectionEndLine();

    Map        map        = new Map(Types::Integer, Types::Container);
    TextBuffer  textBuffer  = new TextBuffer();

    str removeAllLeftSpaces(str _row)
    {
        ;

        textBuffer.setText(_row);
        textBuffer.replace(#AllLeftSpaces, #EmptyString);

        return textBuffer.getText();
    }

    void getMaxSecondLeftBorderWidth(str _row, int _rowNum)
    {
        int newRowLength;
        int secondLeftBorderWidth;
        int rowLength;
        ;

        _row = removeAllLeftSpaces(_row);

        rowLength = strlen(_row);

        textBuffer.setText(_row);
        textBuffer.replace(#AllCharsBeforeSecondLeftBorder, #EmptyString);
        textBuffer.replace(#AllLeftSpaces, #EmptyString);

        newRowLength = strlen(textBuffer.getText());

        secondLeftBorderWidth = rowLength - newRowLength;

        map.insert(_rowNum, [secondLeftBorderWidth, rowLength, _row]);

        if (secondLeftBorderWidth > maxSecondLeftBorderWidth)
        {
            maxSecondLeftBorderWidth = secondLeftBorderWidth;
        }
    }

    str alignSecondLeftBorder(int _rowNum)
    {
        int newRowLength;
        int secondLeftBorderWidth;
        int rowLength;
        str secondLeftBorderString;
        str row;
        ;

        [secondLeftBorderWidth, rowLength, row] = map.lookup(_rowNum);

        secondLeftBorderString  = substr(row, 1, secondLeftBorderWidth);
        secondLeftBorderString += strrep(#Space, maxSecondLeftBorderWidth - secondLeftBorderWidth);

        return strrep(#Space, leftBorderWidth) + secondLeftBorderString + substr(row, secondLeftBorderWidth + 1, rowLength - secondLeftBorderWidth);
    }

    str getEditorRow(int _rowNum)
    {
        _editor.gotoLine(_rowNum);
       
        return _editor.currentLine();
    }

    void replaceEditorRow(int _rowNum, str _rowValue)
    {
        _editor.gotoLine(i);
        _editor.gotoCol(1);
        _editor.deleteLines(1);
        _editor.insertLines('\n');
        _editor.gotoLine(_rowNum);
        _editor.gotoCol(1);
        _editor.insertLines(_rowValue);
    }
    ;

    firstRowLength  = strlen(getEditorRow(startLine));
    leftBorderWidth = firstRowLength - strlen(removeAllLeftSpaces(getEditorRow(startLine)));

    for (i = startLine; i <= endLine; i++)
    {
        getMaxSecondLeftBorderWidth(getEditorRow(i), i);
    }

    for (i = startLine; i <= endLine; i++)
    {
        replaceEditorRow(i, alignSecondLeftBorder(i));
    }
}

Расчеты с поставщиками DAX 2012 R2

$
0
0
Добрый вечер. Настраиваю сейчас для себя демо-компанию на DAX 2012 R2 и столкнулся с проблемой. При разноске накладной по закупке не формируются проводки в ГК. При этом никаких ошибок не выдается.
Настроено:
1. План счетов заведен, структура счетов также настроена.
2. Настроены налоговые коды и группы, разноски по налогам в ГК.
3. Настроены также профиль разноски по поставщикам и разноска по складу.
4. Корреспонденция счетов включена.
5. В группе номенклатурных моделей включены Финансовые запасы

При этом при разноске журнала платежей поставщикам с тем же профилем проводки формируются.

Кто-нибудь уже попробовал сам сделать стандартные операции по закупкам в локализованной версии R2?

Microsoft Dynamics Business Analyzer Windows 8 app released

Продается программист

$
0
0
Резюме - в аттаче. В данный момент практически уже не работаю, решается вопрос о более-менее цивилизованном способе развода с текущей компанией.

Контакты - по почте, если можно.

Спасибо.

Вложения
Тип файла: doc Roman Solyanikov.doc (38.5 Кб)

Ищу работу. Квалифицированный разработчик DAX.

$
0
0
Ищу работу.
Квалифицированный разработчик DAX.
Опыт работы в Ахарте больше 10 лет.
Общий опыт программирования больше 25 лет.
Выполняю задания быстро и качественно.
Удаленная работа.
Оформление не требуется.
Все контакты через скайп
taandr

Также могу выполнять задачи:
Аудит кода.
Проверка постановки задачи на соответствие идеологии DAX.
Архитектурное решение по постановке задачи.

Базовый город - Санкт-Петербург. Подробности по скайпу.

Аксапта с настройками под Россию

$
0
0
Добрый день,

Вопрос такой, есть ли демо компании или база аксапты/фирма уже адаптированная под Россию? там план счетов, валюты и тд, или это отдельные настройки для импорта в созданную компанию в аксапте. Подскажите плз какие есть варианты.

Календарь обслуживания CRM 2011

$
0
0
Добрый день!

Помогите. Есть потребность изменить в календаре обслуживания загружаемые по умолчанию тип и представления. Я понял, что календарь это компонента, которая отображает данные, а не сущность, которую можно настраивать. Вопрос - каким образом можно поменять эти данные. По умолчанию загружается тип "Ресурсы" и представление, а нам нужно "Пользователи" и наше представление.
Я так понимаю, что надо что-то менять в коде.
Я с СРМ работаю недавно, поэтому прошу Вашей помощи.
Viewing all 14636 articles
Browse latest View live