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

Afna CRM: Get CRM Reports statistics

$
0
0
Источник: http://a-crm.blogspot.com/2018/01/ge...tatistics.html
==============

If you want to see how may times a certain report has been executed, run this query on the ReportServer database. First replace the [CRM DATABASE NAME_MSCRM] with the correct CRM database name. If the database is not on the same server, then you can't simply joint the tables in one query, but still you can get the report Id list from the Reps (Name column).

;WITH Reps AS
(
SELECT c.Name,
c.[Path],
COUNT(*) AS TimesRun,
MAX(l.TimeStart) AS [LastRun]
FROM [ReportServer].[dbo].[ExecutionLog](NOLOCK) AS l
INNER JOIN [ReportServer].[dbo].[Catalog](NOLOCK) AS c ON l.ReportID = C.ItemID
WHERE c.Type = 2 -- Only show reports 1=folder, 2=Report, 3=Resource, 4=Linked Report, 5=Data Source
GROUP BY l.ReportId,
c.Name,
c.[Path]
)
SELECT CRM.Name, CRM.ReportId, Reps.TimesRun, Reps.LastRun, Reps.Path FROM Reps JOIN [CRM DATABASE NAME_MSCRM]..Report CRM ON Reps.Name = '{' + CAST(CRM.reportid AS CHAR(36)) + '}'


Be aware that the statistic is there for a limited time. Execute this to get the minimum date: SELECT MIN(ExecutionLog.TimeStart) FROM [ReportServer].[dbo].ExecutionLog

Источник: http://a-crm.blogspot.com/2018/01/ge...tatistics.html

D365FO - Автоматическая генерация митингов в Outlook из D365

$
0
0
Всем - привет!

Есть ли возможность каким-либо образом добиться того, чтобы из календаря (scheduling) в Dynamics 365 FO 1707 PU12 автоматически генирировать митинги в Outlook?

Заранее, большое спасибо!

powerobjects: How to Embed Images and Videos in KB Articles

$
0
0
Источник: https://www.powerobjects.com/2018/01...n-kb-articles/
==============


In this blog, we’re going to show you how to embed an image and a video into a Knowledge Base (KB) article in Dynamics 365.

We can use an image directly if it’s already hosted on a server or we can use an image uploaded in the web resource area. To create an image in web resource, follow these steps:

1. Navigate to Settings > Customizations > Customize The System> Web Resources

Or you can directly navigate to Solutions > Web Resources

2. Name and add the image as a .png, .jpeg, or .gif file. Then upload the image and click Save and Publish. (Make sure you save the dimensions of the image according to the required size.)

3. Copy the URL link (highlighted in red) and now the image is ready to be added to an article.



How to Embed an Image in a KB Article

Let us now look into articles, which is where we need to embed the image and video.

1. We can edit articles by navigating to Interactive Service Hub in settings.



2. After setting up the interactive Service Hub, navigate to service.



3. Click on the All Articles view, and you should be able to see all the articles related to a project. Open the article where image has to be inserted

4. Click on the image icon and a pop up appears where we can paste the URL link (which we copied from the Web Resource) and set the alignment accordingly. Click Ok.







5. Now you should be able to see the image in the article as shown below.



How to Embed a Video in a KB Article

1. To insert a video, select a video that needs to be uploaded from YouTube or another location.

2. Right click on the video that needs to be uploaded andselect Copy embed code.

For Example:



3. Select the source icon as shown below and paste the copied Embed code.






4. We can modify the width and height accordingly, just click on the source icon and you should be able to see the video!

There you have it! Now you know how to embed an image and a video into a Knowledge Base article in Dynamics 365. If you’re looking for more helpful Dynamics 365 tips and tricks you can search our blog!

Happy Dynamics 365’ing!



Источник: https://www.powerobjects.com/2018/01...n-kb-articles/

german_nav_developer: Import ISO20022 (SEPA CAMT 054) in Schweizer Datenbank importieren.

$
0
0
Источник: https://blogs.msdn.microsoft.com/ger...k-importieren/
==============

Um in der Schweizer Version eine CAMT054 Datei einzulesen, ist neben dem aktuellen Cumulative Update auch noch folgendes im Setup zu beachten:
Im Bank Export/Import Setup muss die Processing Codeunit auf die 11522 gestellt werden.



Auf der Bankkontokarte wird dann dieses Format zugewiesen, die Hinterlegung der IBAN muss ebenso passieren, wie die Hinterlegung der letzten Auszugsnummer.

Das Format selbst SEPA CAMT 054 muss auch noch angepasst werden. Öffnet man die entsprechende Data Exchange Definition, so muss über Field Mapping noch die Mapping Codeunit auf 11522 geändert werden. Dies für den Eintrag für Tabelle 81 und auch für den Eintrag der Tabelle 274.



Eingelesen werden können die Daten nun z.B. über das Payment Reconciliation Journal und dann über „Import Bank Transactions“.

Diese Option ist in Dynamics NAV 2013R2 noch nicht vorhanden. Soll also dort in ein Buchblatt  eingelesen werden, so ist noch etwas mehr Setup notwendig. In den Journal Batches kann entweder die Bank als Gegenkonto oder das Bank Statement Import Format hinterlegt werden. 





Wird die Bank als Gegenkonto hinterlegt, so wird das Import Format aus der Bank genutzt und beim Import in jeder Zeile die Bank als Gegenkonto eingetragen. Wird hingegen das Bank Statement Import Format hinterlegt, so darf das Gegenkonto keine Bank mehr sein.



Источник: https://blogs.msdn.microsoft.com/ger...k-importieren/

lcs: LCS (January 2018, release 1) – release notes

$
0
0
Источник: https://blogs.msdn.microsoft.com/lcs...release-notes/
==============

The Microsoft Dynamics Lifecycle Services team is happy to announce the immediate availability of the release notes for (Lifecycle Services) LCS (January 2018, release 1). Publish solution packages as a new version and notify customers In this release of LCS, you can publish solution packages as a new version and then customers will be notified that a new version is available...

Источник: https://blogs.msdn.microsoft.com/lcs...release-notes/

crmtipoftheday: Tip #1052: Recurring tasks in Dynamics 365

$
0
0
Источник: https://crmtipoftheday.com/1052/recu...-dynamics-365/
==============
How can I do recurring tasks in Dynamics 365?

While Dynamics 365 does not include an official “recurring” task like it does with appointments, it can still be done. Here is one approach to creating a weekly recurring task:
  1. Create an entity called “Task Schedule.” Include the relevant fields like owner/assigned to, next scheduled, subject, description, end date. Populate next scheduled with the first task instance due date, and end date with when the series should end.
  2. Create a workflow that runs on create of task schedule and on update of the next scheduled date:
    1. Wait condition timeout 1 minute after next scheduled.
    2. Check condition is workflow execution time less than end date.
    3. If so, create task setting due date to 1 week from next scheduled date and mapping the fields from the task schedule record.
    4. Update task schedule “next scheduled” with the due date from the task created in step 3.
So yes, it can be done. The above approach could be expanded to handle different types of frequencies (monthly, semi-annually, etc).

But should it be done? Personally, I am not a fan of recurring tasks, and the standard warnings about over-use of wait conditions applies.

Photo by Ambitious Creative Co. – Rick Barrett on Unsplash



Источник: https://crmtipoftheday.com/1052/recu...-dynamics-365/

Поиск таблицы в аксапте

$
0
0
Здравствуйте!

С помощью tabax я могу определить название текущей таблицы на форме и имя колонки. Возможно ли с помощью tabax сделать обратную функцию: указываем таблицу в поисковике и далее выводится место (или места) на форме в аксапте, где расположена нужная таблица?

Вакансия разработчика Axapta (Dynamics AX) г. Москва

$
0
0
Добрый день, уважаемые пользователи!

Меня зовут Зоя Миронович, ведущий специалист по подбору персонала.
Представляю компанию ПИК-Комфорт, Группа компаний ПИК (https://pik-comfort.ru/). Мы очень ищем сейчас разработчиков Axapta!

Отправляю описание вакансии:
ПИК-Комфорт входит в ГК ПИК, является ведущей в России управляющей компанией. Мы поставили перед собой цель: стать ИТ-компанией в сфере ЖКХ, нежели управляющей компанией. У нас сейчас идут сложные процессы по объединению с рядом компаний и поэтому вторая цель: объединение всех бизнес-процессов и всех ИС в единую, простую в использовании систему.

Сейчас ищем в свою команду Разработчика Axaptа на проект биллинговая система (терминалы, касса, онлайн-оплата). Важен продолжительный опыт работы с Axapta. У нас версия Axapta 2009.
Сейчас расширяем штат разработчиков (пока в команде 5 человек). Работа предстоит масштабная и интересная: нужно многое перестраивать, «допиливать» и разрабатывать новое.

Мы предлагаем:
+ готовы услышать ожидания по заработной плате, суммы согласовываем;
+ участие в проекте, которым можно гордиться;
+ команду единомышленников, объединенных общими целями;
+ статус: работа в управляющей компании №1 в России;
+ место работы г. Москва (Каширское шоссе, д.3, корп. 2, строение 12);
+ официальное трудоустройство, бессрочный трудовой договор.

Если вам было бы интересно продолжить диалога по вакансии,
направляйте резюме мне на почту krasilnikova@verf.work или звоните по телефону - 89068042020, отвечу на все вопросы.

Ждем вашего отклика!

OXML не могу получить get_NumberingFormats()

$
0
0
Добрый день всем. Столкнулся со следующей проблемой:
Формирую отчёт в Excel посредством класса XMLExcelDocument_RU.
Отчёт динамический поэтому от шаблона пришлось уйти. По некоторым ячейкам нужно произвести форматирования как числовое значение по шаблону "#.00;-#.00".
Решил написать свой метод в классе OxmlWorkBook_RU по аналогии с существующими методами.
но столкнуля со странной ошибкой, не возвращается get_NumberingFormats(). Точнее возвращается null.
X++:

    stylesPart          = workbookPart.get_WorkbookStylesPart();
    styleSheet          = stylesPart.get_Stylesheet();
   
    numberingFormats    = styleSheet.get_NumberingFormats();

Пытался создавать свой numberingFormats спомощью функции styleSheet.set_NumberingFormats();
Но тогда файл формируется кривой и Excel-ем не открывается.
Кто разбирался с такими вещами?
Ax2012.

mfp: What gets you up in the morning?

$
0
0
Источник: https://blogs.msdn.microsoft.com/mfp...n-the-morning/
==============
I love the X++ application. I love improving the code base in central places helping every user, every customer and every partner in the ecosystem. Having the ability to improve RunBase, InventDim, MRP, EcoRes, PriceDisc, SalesTable or the X++ compiler matters a great deal to me. I feel privileged to be responsible for and empowered...

==============
Источник: https://blogs.msdn.microsoft.com/mfp...n-the-morning/

При обновлении датасорса SSRS Отчёта в VS2010 ошибка A call to SSPI failed

$
0
0
Добрый день, собственно происходит ошибка. Не получается добавить параметры в отчёт. При этом сам по себе SSRS выполняет отчёты нормально.
Кроме того при попытке выбрать источник данных например DataProvider, выдаётся ошибка:
A call to the Microsoft Dynamics AX SRSFrameworkService service failed. The target principal name is incorrect.
Потом ещё одна A call to SSPI failed, see inner exception.
Возможно оно тоже как то взаимосвязано.
:eek:

AX 2012 R2

german_nav_developer: Buildnummern-Übersicht Microsoft Dynamics NAV 2018

$
0
0
Источник: https://blogs.msdn.microsoft.com/ger...mics-nav-2018/
==============

Stand: 09.01.2018

Folgend finden Sie eine aktuelle Auflistung der verfügbaren Buildnummern, aufsteigend sortiert, mit der dazu gehörigen offiziellen Beschreibung, KB Artikelnummer und Inhalt.

Download Microsoft Dynamics NAV Buildliste



BuildnummerBeschreibungKB NummerInhalt19349RTMn.a.Release aus dem Partnersource19840Cumulative Update 14058601Application Files
DVD-Build* KBArtikel wird in kürze veröffentlicht. // KBArticle will be released soon.

Hotfixes without a released KBArticle can be requested via a support request!

These postings are provided "AS IS" with no warranties and confer no rights. You assume all risk for your use.

Mit freundlichen Grüßen

Sebastian Röttel

Microsoft Dynamics Germany



Источник: https://blogs.msdn.microsoft.com/ger...mics-nav-2018/

AX7 D365 Перехват lookup на поле datasource

$
0
0
Доброго дня, коллеги!

Кто-нибудь пробовал в D365 (AX7) сделать кастомный lookup, перекрывая (registerOverride) событие lookup именно у поля datasource, а не контрола (FormStringControl). У кого-то это получилось? А то или лыжи не едут, или поломано что-то где-то. Нужно, т.к. хочу, чтобы лукап работал всегда, даже если юзер руками добавил поле на форму.
Так вот - в поле даже перевернутый треугольник для выбора не появляется (т.е. оно остается просто полем,а не combobox). При попытке принудительно сказать ему FormLookupButton:Always, оно становится Combobox, но при поытке открыть ниспадающий список - "Cannot open lookup due to insufficient metadata information".
Делаю так, регистрация registerOverride проходит, никаких runtime ошибок:
X++:

[ExtensionOf(FormStr(<myForm>))]
final public class <myForm>_Extension
{
    [FormDataSourceEventHandler(formDataSourceStr(<myForm>, <datasource>), FormDataSourceEventType::Initialized)]
    public static void <datasource>_OnInitialized(FormDataSource _sender, FormDataSourceEventArgs _e)
    {
        var overrider = <myForm>EventHandler::construct();

        _sender.object(fieldNum(<table from datasource>, <field for lookup>)).registerOverrideMethod(
            methodStr(FormDataObject, lookup),
            methodStr(<myForm>EventHandler, priceOverride_OnLookup), overrider);
    }
}
//Теперь класс, обрабатывающий лукап
class <myForm>EventHandler
{
    protected void new()
    {
    }

    public static <myForm>EventHandler construct()
    {
        return new <myForm>EventHandler();
    }

    public void priceOverride_OnLookup(FormDataObject _targetField, FormControl _formControl, str _filterStr)
    {
        <myForm>EventHandler::LookupField(_formControl);
    }

    protected static void LookupField(FormControl callingControl)
    {
        Query query = new Query();
        QueryBuildDataSource queryBuildDataSource;
        QueryBuildRange queryBuildRange;

        ///blah-blah-blah
        ///...
        ///blah-blah-blah

        sysTableLookup.parmQuery(query);

        sysTableLookup.performFormLookup();
    }
}

P.S. Боже, какое это AX7 тормознутое, убогое и неудобное в разработке. Приходится сказать по сраному Visual Studio как лягушка по раскаленной сковороде, чтобы что-то увидеть и открыть. По десятку кликов, чтобы посмотреть пару форм. Дизайнер UI в VS и не ночевал. А чего стоят формы, не влезающие по вертикали на экран, особенно с гридом где-нибудь поближе к нижней границе, и кол-вом строк в ней побольше. Скачешь к кнопкам "+Add line" (или еще какой нужной кастомной) в заголовке грида, как идиот.
Такое впечатление, что в MS уже давно используют мысленные интерфейсы вместо клавиатур и мышей и никто не запаривается о тех, кто будет это все допиливать врукопашную.
И это я еще плевался на AX2012... да я сейчас почти молиться на неё готов.

Перенос модификаций на другой слой

$
0
0
Есть партнерские модицикации. Сделали они их на CUS слое (и USR :o)...
Текущая система уже Live и в ней есть данные.
База пока не очень большая (говорят, около 20гб) , разработок много(но терпимо)
Код тестирован плохо
План:
Партнера гонят в шею. План - передвинуть все партнерские разработки на VAR, наши программисты будут разрабатывать в CUS (разделить зоны ответственности). Добавить кучу функци В итоге, это новое приложение пойдет Live и нужно , чтобы уже забитые данные сохранились.. (плюс data migration еще новых данных подкинет)


Поделитесь, пожалуйста опытом:
Какие проблемы могут быть? Как избежать?
Как лучше минимизировать проблемы с данными? (id conflicts etc) Как избежать?

Спасибо


AX2012 R3

Workflow и Budget control на закупке D365

$
0
0
Коллеги, вступил тут на terra incognita и хочу так же инкогнито и уйти с неё по-бырому.

Можете подсказать, как реализовать следующие настройки?

Автоматическое утверждение заказа на закупку, если суммы строк, принадлежащих проектам, не превышают 75% от утверждённых бюджетов этих проектов?

Пока только создал бюджет для одного проекта и настроил автоматическое утверждение заказа на закупку, если его сумма меньше 100 рублей. На этом мысль останавливается, так как каждая строка успешно проходит проверку бюджета, но по сумме они превышают лимит в 28950.

Вложение 11810

Вложение 11811

Вложение 11812

Вложение 11813

При этом значение placeholder всегда not performed...

Или хотя бы скажите, как активировать проверку бюджета на уровне всего заказа, ибо у меня запускается только для строк...

Спасибо!

Миниатюры
Нажмите на изображение для увеличения
Название: wf1.png
Просмотров: недоступно
Размер:	66.5 Кб
ID:	11810   Нажмите на изображение для увеличения
Название: wf2.png
Просмотров: недоступно
Размер:	103.6 Кб
ID:	11811  

Нажмите на изображение для увеличения
Название: wf4.png
Просмотров: недоступно
Размер:	65.6 Кб
ID:	11813  
Изображения
 

Dosage Of Amoxicillin For Infants JustAnort

$
0
0
Se Puede Comprar Viagra Sin Receta En Farmacias Acquistare Levitra In Farmacia viagra cialis Cialis Fin De Semana Vendita Propecia Viagra A L Unite Cephalexin For Dogs Dosages Alternativen Zu Viagra Forum Healthy Meds Viagra <a href=http://costofcial.com>online pharmacy</a> Si Puo Comprare Viagra Senza Ricetta Zyvox Amoxicillin Amitriptyline 50 Mg Cheap Cialis Viagra Pas Cher Come Comprare Cialis Senza Ricetta Priligy Australia Approval http://costofcial.com - cialis Amoxicillin Treatment For Gonorrhea

Get Discount Fluoxetine With Free Shipping JustGom

$
0
0
Cialis Livraison Rapide Belgique Isoniazid Levitra Costo Che Hanno cialis Equine Reaction To Amoxicillin Acheter Cialis Marseille Cialis Mail Amoxicillin Proper Doses Prix Cialis 10 Mg Generic 120mg Sildenafil <a href=http://costofcial.com>cheap cialis</a> Kamagra Soft Chews Does Amoxicillin Help A Boil Buy Lipitor Online With No Prescription Propecia Informacion Amoxicillin For Cat Bites Motilium Otc http://costofcial.com - cialis Propecia En Andalucia Viagra Prix En France Order Prednisone Online From Canada

Издание печатных форм

$
0
0
Издание печатных форм
Всем привет.
кто нибудь сталкивался с такой проблемой делаю настройку приказа на 1 листе рус и каз версии, если 2 строки выводит 4 раза одинаковые текстовки, понятно 2 строки выводит 2 раза, а почему 4 непонятно.

Издание печатных форм

$
0
0
Издание печатных форм
Всем привет.
кто нибудь сталкивался с такой проблемой делаю настройку приказа на 1 листе рус и каз версии, если 2 строки выводит 4 раза одинаковые текстовки, понятно 2 строки выводит 2 раза, а почему 4 непонятно. :(

dennis365foroperations: Two features that have improved document management in Dynamics 365 for Finance and Operations

$
0
0
Источник: https://dennis365foroperations.blog/...nd-operations/
==============

When you are working with Dynamics 365 for Finance and Operations, sure you can come along a long way storing data that is relevant to you using the standard available entities and fields. However, there’s always relevant data you want to have insight into not matching your standard process, let alone your standard solution.

An introduction into document management

Working with attachments can be very helpful to store related information to a specific record in Dynamics 365 for Finance and Operations. Whether it’s a file, note, URL or image you want to attach to a specific record, it’s an easy way to add relevant information for later reference. Over time there have been some features added that, in my opinion, have definitely improved document management in Dynamics 365 for Finance and Operations. Let’s have a look…

1. The preview pane

A good improvement on this topic is the document preview pane. This does exactly what you’d expect, show a preview of the attached at hand. Whether it’s an image, PDF file or in example a Word document, a preview of the file will be shown allowing you to quickly check the attachment.



The preview pane is not just a fixed preview thumbnail, but allows you control over the file by for example, scrolling or zooming in and out of the preview.
Configure document preview

The attachments preview uses the Web app Open Platform Interface (WOPI) that is provided by Microsoft Office Online Server. On the Document management parameters page, on the General tab, in the Office Web Apps Server field, specify the Office Online Server instance to use for attachment previews. The default value is https://onenote.officeapps.live.com. This value points to the cloud-based WOPI server.

Configure document preview for an on-premises environment

When an environment is on-premises, the default cloud-based WOPI server can’t read the attachment file to provide a preview. If previews are required, you must install an on-premises Office Online Server instance and configure it inside the environment. Set the Office Web Apps Server field to the host name of the installed Office Online Server instance, and then click Save.

If previews aren’t required, set the Office Web Apps Server field to https://localhost. The preview will then show the message “No preview available” instead of an error message.

Source: https://docs.microsoft.com/en-us/dyn...ent-management

2. The attachment presence and document count indicator

Introduced with Platform Update 11, there now is an indicator to tell you whether an attachment is, or multiple attachments are, present on a specific record. When viewing a record, the system will indicate the number of attachments on that record by showing a count on the Attachments button. This number will indicate that there are attachments associated with the record, without having to navigate to the attachment details form. The count will show up to 9 attachments, with more than 9 attached documents being represented as “9+”. For more information, see Configure document management.

An example of a record with one attachment. The attachment presence indicator indicates this by displaying the small ‘1’ icon on top of the attachment icon.
Something on availability: The attachment presence and document count indicator functionality is available from Platform Update 11 onwards.




Источник: https://dennis365foroperations.blog/...nd-operations/
Viewing all 14636 articles
Browse latest View live