How to encode Tag-Length-Value (TLV) string into base64
Hi Daxers,For those who don't know what TLV is:Type/Tag-Length-Value (TLV) is an encoding scheme used in many communication protocols to encode data. A TLV-encoded message has a defined structure that...
View Articlecalling D365FO custom web service with REST API in the Logic app and specify...
Hi All, I am trying to call Custom D365FO REST web service using client-id and ClientSecret in Logic App (i.e. HTTP Post). The web service executed the operation in the Default user context. I know...
View ArticleWhat is the following statement doing? We suspect it is killing the...
We have captured stats for it, and there are 128 billion (!) logical reads generated by this statement (by far the most of any sql). The 3 tables used all contain less than 1 million records.SELECT...
View Articlecalling D365FO custom web service with REST API in the Logic app and specify...
Hi All, I am trying to call Custom D365FO REST web service using client-id and ClientSecret in Logic App (i.e. HTTP Post). The web service executed the operation in the Default user context. I know...
View ArticleWhat is the following statement doing? We suspect it is killing the...
We have captured stats for it, and there are 128 billion (!) logical reads generated by this statement (by far the most of any sql). The 3 tables used all contain less than 1 million records.SELECT...
View Articlesum with group by clause
Hi all,I stumbled upon a rather simple looking problem. i want the sum of multiple values from a table with group by, but i am not getting the value in the returning table buffer. below is my query and...
View ArticleCustomized fields add on batch job AX 20012 !
Hi Friends, I need to modify the batch job I.e., need to add 2 fields here as 'CustAccount and CustGroup', while I am trying to modify but can't worked. looks like as per standard functionality we...
View ArticleHow to make grid text bold in ssrs report using visual studio expressions
Hi Experts,I have a report and in the report there is a grid and in the grid i want to bold text using expressions only, all the texts no conditions simple bold text using visual studio expressions,...
View ArticleHow to decrypt password? D365FO
I did the following:1. created a container field with EDT encryptionField called password in a table called Table12. edited the update and insert methods of the tablepublic void update() {...
View ArticleIssue with JSON format
Dear all,I have custom service which return list of data. But while its returning the data the list class also returning all parameter methods which is associated with service/List class. Please how...
View ArticleHow to make a relation between view and table in form
here custtable is table and apnttaxregistrationview is a view, how to give relation between these two ?thanks in advance.
View ArticleHow to use in view while loop
Hi all,I have an one display method and now that method i need to move as computed column.Below code: - WorkflowWorkItemTable workitem; str users; while select UserId from workitem where...
View ArticleAccess the D365 F&O entities using the .net core client
I am creating a ASP.net core Web API and want to access the D365 F&O entities along with its data within the API.Could you please help by providing some samples or pointers to achieve it?What is...
View ArticleUnable to start AOS service AX2009
Hi, Our Client has the AX2009, the AOS Service is stopped and when I try to start it I receive the error bellow in event viewer : and when I try to open the AX SERVER CONFIG I receive this error :...
View ArticleUnable to apply Medius package
Hi All,We are trying to apply Medius package (ISV) in UAT environment, getting the below error:Is there any impact on existing models if we say "Confirm" in that step, or do we need to take any actions...
View ArticleWhere to check "The server has encountered error"
Hi all,Need your professional advice, when we encounter such error, where to check what happened ?It's an Dynamics 365 F&O, I'm now in version 10.0.24.This is from my test VM, have tried to restart...
View ArticleHow to run electronic report from menu item
Hello,we have created a Electronic report.How is it possible to link it to menu item, so that we can place it on the form?Are there any standard features that I can have a look to?
View ArticleIs there any way to use (find All References) option via x++ code
HI All,I have a requirement where I need to know how many objects in AOT uses my class or form dynamically.I know there is an option of Find All references via which it is possible. But I want to do...
View ArticleInventDimID gets replaced in SalesLine
Hi all,I am trying to create a salesLine using following piece of code. SalesLine salesLine; InventDim inventDim; InventTable inventTable; salesLine.clear(); inventDim = null; salesLine.initValue();...
View ArticleInsert into database if text field holds data starting with (Product Type*)
Form Text Field: Want to allow user just to insert data that start with "PRODUCT TYPE" and further they can add as belowProduct TypeProduct Type-1Product Type-91Product Type-33Product Type-BAXProduct...
View Article