If you are working with Global Address framework in Microsoft Dynamics AX2012, you may be using the feature to restrict the user’s access to party records using the Security Policies (XDS). You can find more here …
Blog Posts
Sometimes there is a need for a bulk update of print management settings and it is quite simple after understanding how this area works. Here you can find a code snippet for updating the sales order …
Sometimes, there is a need to export the project (*.xpo) file without labels and label references. Microsoft Dynamics AX2012 only allows us to export the project with labels references (for example @SYS91093) or with labels references …
Problem. If you are here, you are probably looking for a solution to solve this kind of error: „Aggregate fields cannot exist along with regular fields on query data source. Remove the regular fields before adding …
Problem. I needed to consume SOAP 1.2 web service over HTTPS where I have to authenticate using a certificate. So I received *.p12 (PKCS12), which contains a private key with its X.509 certificate. All of this …
Problem. I am generating a file with some data about invoices and saving it in the network location as a *.csv file. There is a software vendor on the other side, which wants me to upload …
Problem. I was customizing a few Enterprise Portal pages and there was a requirement to create a section responsible for displaying image or gif with advertisment. As it is a simple image or gif file, I …
Code Snippet! There are a lot of relations between organization units, customers and addresses, so it is difficult to find all of them in „a minute”. Here is a short code snippet to find all addresses …
Problem. It is a common case that users don’t want to manually enter external packing slip number while posting purchase packing slip. In Microsoft Dynamics, we can set number sequence only for internal packing slips, but …
Problem. In Microsoft Dynamics AX, sales packing slip’s number is generated from number sequence. In my customization, I was posting inventory documents and sales packing slips for „Picked” quantities automatically and I wanted to be able …