Skip to main content

Notifications

Community blogs

Featured

Latest blog posts

View all
Like ( 1 )
Sending Emails from Microsoft Dynamics AX 2012 using the Microsoft Graph API with ...

People have asked for an example of sending Emails with attachments using the MSGraph API directly from AX 2012.  Below is the same code I published in an earlier post but with an attachment.  Before running this make sure the attachment...

bnorma01 119
Like ( 2 )
Sending Emails from Microsoft Dynamics AX 2012 using the Microsoft Graph API with ...

We send various documents to customers directly from AX batch jobs using print management.  We have found that emails sent directly from Office 365 have a much higher chance of not getting filtered by end user's Email servers and clients ...

bnorma01 119
Like ( 0 )
Test Blog

Test Text

bnorma01 119
Like ( 1 )
Using the Office 365 SMTP Server to Send Emails from AX 2012 to External Email Add...

If your outbound emails from AX have suddenly stopped working to external addresses you may need to change AX so that it provides a username and password when sending emails.  This can be more involved than just configuring a username and pas...

bnorma01 119
Like ( 1 )
Hyper-V Host Power Plan and its affect on Dynamics AX Performance.

One often overlooked setting that affects AX performance in a Hyper-V hosted system is the Power Plan settings of the Hyper-V host.  On our system we noticed run times of batch jobs would vary from run to run.  This was not very interest...

bnorma01 119
Like ( 1 )
Database Record Blocking Eye Opener - How Indexing can affect SQL-Server Blocking

Provided your system has a good volume of simultaneous users sooner or later a conversation concerning database record blocking will come up.  This article demonstrates a situation you may not think would cause a blocking event but does. ...

bnorma01 119
Like ( 4 )
Modify a Batch Job's Created by user after it is saved.

When an AX batch job runs the user that created the batch job is what gets stamped on all the data it updates and is also the user that is used for permissions.  Often jobs are created using a users logon when it should have been a system acc...

bnorma01 119
Like ( 1 )
Shorter Customer Aging Snapshot Batch Run Times Using Smarter Bundle Sizes (AX 2012)

Our company had the desire to reduce the run time of the Customer Aging Snapshot Batch job. Before performing any performance analysis of my own I searched the web to see if others had the same issue. It turns out this is a common long running bat...

bnorma01 119