Logging your App Activity

It is good practice to have some audit log of what uses do in the application. Some versions ago Microsoft introduced the Change Log to log data changes. How about logging an action execution?

One of the built in solutions in Business Central can be used to solve this. We now have the Activity Log (Table 710).

Bron : Gunnar’s Blog
Lees meer…

NAV Design Pattern: Activity Log

The Activity Log pattern tracks execution of activities. This is a Dynamics NAV specific implementation of the generic Audit Log pattern.

In general, integrating with external systems can be very challenging, due to the complexity of the situation – connectivity issues, asynchronous operations, user errors, etc. These challenges require sometimes re-trying several times, polling the external system, re-send/re-get data as all these activities can succeed but can very well fail.

Bron : Dynamics NAV Team Blog
Lees meer…

NAV2016 | Role Center Embedded Pages & Activity Cues

Many years ago, when the Windows Client was till called the Role Tailored Client and was freshly released I blogged about how cues are handled in the menu.

Before NAV2016 each cues was automatically embedded in the menu, and grouped together if the system could find the same page in the Role Center.

Bron : Mark Brummel
Lees meer…

Coffee Break: Monitoring and troubleshooting NAV Services, Part III – Performance troubleshooting and profiling User Activity using PowerShell

Since the release of Microsoft Dynamics NAV 2013, tracing user activity has become a bit more complicated than it used to be in earlier versions due to the fact that unlike previously, all user connections to SQL Server are now server connections. Which makes it more difficult to trace individual user activity.

Bron : Dynamics NAV Team Blog
Lees meer…