web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Orphaned approval entries

So a few weeks ago I came across this problem and thought I might as well share it with you guys. Somewhere in the system we had a GET on the purchase document based on the approval entry. The GET failed so the document was gone, I started looking...

Richard Robberse
Like (0)
NAV2017 Notifications Part 1: Create a simple notification

With NAV 2017 we got the all new notification data type, let’s see how we can create a very simple notification and send it to the user. So let’s say we want to send a notification to the user when he leaves the item description empty ...

Richard Robberse
Like (0)
NAV2017 Notifications Part 2: Adding a notification to table 1518 My Notifications

Now we have to decide wheter or not we want add our new notification to table 1518, adding it means we give the user the possibility to disable and add extra conditions (depending on the function we use to add it) to the notification. In order to...

Richard Robberse
Like (0)
Responsibility Center fun! :)

A colleague of mine came across this issue which looked like a bug at first. When I for example have two posted credit memos within a different resposibility center than I’ve set up in for myself or in the company information, this will happ...

Richard Robberse
Like (0)
MinValue/MaxValue property

The MinValue/MaxValue properties on tables/pages are only applied when the value is changed through the UI! https://msdn.microsoft.com/en-us/dynamics-nav/minvalue-property

Richard Robberse
Like (0)
Data Upgrade executed by SYSTEM user!?

Apparantly the Data Upgrade is executed by the SYSTEM user as you can see below.

Richard Robberse
Like (0)
Web Client dynamic visibility of fields and page actions

Dynamic visibility of fields and page actions behave different in the web client, make sure you are aware of the following limitations. Fields: – Code in the visibility property will not work – Using a variable to determine visibility ...

Richard Robberse
Like (0)
MS Connect Suggestion: Disable GUI in Test Functions

Since C/AL unit tests run in a client session GUIALLOWED will always be TRUE, if code behaves differently in case of GUIALLOWED = FALSE it’s not possible to actually test that code. Especially when testing web services it would be great if y...

Richard Robberse