Security best practice on a form that creates a record on init
I am trying to add some security to the AX ProjBudget form in AX 2012 R3. In the init method of the form, there's a chunk of code that does a FindOrCreate. It finds the budget if it already exists...
View ArticleOff boarding members of sysadmin team
hiWe are concerned that most members of our ax support team have access to Sysadmin login and password. This is an issue since these members can continue to access Production even after they are off...
View ArticleOdata URL not working
Hi, In my system there are 4 legal entities, but i am not able to see the data in other legal entities except the one with which the user is logged in with oData URL.
View ArticleMulti table custom lookup
Hi Experts,I need your help, I will need to create custom lookup - Contact person id and Name.I am able to create "Contact person id" lookup but for "Name" field we need another table...
View ArticleQuery in AX Dynamics 2012 R3
Hi all. When form opens I get this error-Query does not contain 1 data source(s). I checked task no addition data source addings required. Mentioned one table. That's all.How to solve...
View ArticleGuide to upgrade data from AX 2012 R3 to Dynamics 365 for Operations
Hi guys,I found a few articles about how upgrade the code, but I struggle to see anything how to upgrade the data?Can you point me to anything?Thanks!Waldemar
View ArticleHow to add specific values in my Query
Hi all,I am using this Query in SSMS. I get a "Syntax Error" when I execute it.My Query is listed below:SELECT c.* FROM LogisticsPostalAddress a JOIN LogisticsLocation b ON a.LOCATION =...
View ArticleOnly Migration or Upgradation of the historical data (Not code) from AX 2012...
It would be great help if you can suggest us any tool available to migrate the historical data from AX 2012 R2\R3 to D365FO.Can we just upgrade historical data only, not code from AX 2012 to D365FO?
View ArticleGet caller name in Table method event handlers
Hi,Greetings!I have created an event "PostHandlerFor" on a standard table's method. The method is called by multiple standard classes.I want the code of the event to execute only if called by a...
View ArticleUpload all files where filename starts with po_ from ftp
This question is 3 fold. I have a ftp site Folder structure is …/importfolder/ Which contains 2 more folders …/importfolder/success/ and …/importfolder/failure/. I have a requirement where I...
View ArticlePDF preview enbedded based on URL
Hello,I would like to use a file preview enbedded in my form based on an URL (External document management). For my custom form, I have a grid and when I select a record I would like to preview the PDF...
View ArticleIntegration D365FO with other application.
Hi all..if i want to integration D365FO with (another application (mobile apps)), for inbound or outbound, so i must registration (another application(mobile apps)) in Azure portal?if not, i can't...
View ArticleCan we extends interface class and Implements Abstract class in D365FO
Hi All,Please check below points:1. If i have one interface class and i want to extends interface class so can i extends?2. If i have one abstract class and i want to implements Abstract class so can i...
View ArticleWhat is table buffer InMemory table and TmpDB Table
Hi All,Today i am looking differences between InMemory table and TmpDB Table, with help of below link.http://daxingwitheshant.blogspot.com/2018/08/difference-between-inmemory-and-tempdb.htmlHere in...
View ArticleInserting Records in two tables at same time
Hi, Im having two tables named Student Information , Student Marks . The Student Information table has two fields , Student Name and Rollno , the Student Marks table contains two fields Rollno and...
View ArticleSysOperation synchronous options
I know there are hundreds of posts about this. I could not find one that answers my question.I have a working job for which I used the SysOperation framework.The job updates table XYZSomeTable. The...
View ArticleRead memory stream and use it to import as product image
Hi Techies,We are trying to import a product image, where all image files are loaded in one zip file. A class extracts the file, reads image file one by one which we get in memory stream, image file...
View ArticleD365 - Advanced Filter for current worker syntax
D365 - I successfully used the advanced filter function (currentuserid()) to access the current user. I cannot find the function for current worker. I tried (currentworker()) without success.Does...
View ArticleWhat are the first steps in order to make a batch class that mails a list of...
Hi all,I need to make a batch class that mails a list of Sales Orders to recipients from a table of mail addresses. What are the first steps in order to do that? Is there a class I can take as an...
View Article