by Alex | Sep 2, 2022 | Dynamics 365 for Finance and Operations
There are many different options available to fix or address segregation of duties (SOD) and licensing issues in D365FO, I wanted to show the different options available so you can apply the best option for your particular scenario. Please note: The options provided...
by Alex | Aug 11, 2022 | Dynamics 365 for Finance and Operations
I had someone reach out to me about the ‘right’ way to handle batch jobs when disabling or deleting a user from D365FO. Let’s look at the options you have to avoid any issues. Why This is an Issue Batch jobs within D365FO allow for a way to execute a...
by Alex | Jul 7, 2022 | Dynamics 365 for Finance and Operations
I wanted to write today about why I utilize .NET projects for certain scenarios when developing X++ solutions for D365FO. How Is This Possible? How is it possible that you can have two different project types under one solution? I actually wrote about the changes that...
by Alex | Jun 20, 2022 | Dynamics 365 for Finance and Operations
I had a comment on one of my blog posts that Microsoft had updated the functionality that existed to help create a read only role from the D365FO user interface so I wanted to show how much easier it is to perform this process now. In my previous post, I showed how...
by Alex | Jun 9, 2022 | Dynamics 365 for Finance and Operations
I recently ran into an interesting issue with using the FieldObject() method on the DictTable class when programming in X++ for D365FO. Scenario The scenario to replicate the issue is to create a DictTable object and then perform a fieldObject() method call on a field...
by Alex | Jun 2, 2022 | Dynamics 365 for Finance and Operations
A question I recently got asked was ‘Is there an easy way to grant access to different modules in the navigation within D365FO?’ I wanted to show how this can be done and provide some resources to hopefully help out! How is the Navigation Access Decided?...