Today I would like to talk about Shared layout view and Detached layout view in Business Central.
As you might know, when you have set a filter on a list and you want to keep the filter for later, you can save it as a view.
Today I would like to talk about Shared layout view and Detached layout view in Business Central.
As you might know, when you have set a filter on a list and you want to keep the filter for later, you can save it as a view.
A source of eternal confusion is the difference between roles and permissions in Business Central. In this video, I try to untangle it. Check it out:
When working with table data, there will be times when we need to retrieve a unique record value from the table (also called SELECT DISTINCT). Unfortunately, D365 Business Central does not provide this logic out of the box. We will need to find a way to do this ourselves.
Today I would like to talk about how to set default Freeze Pane via AL in Business Central.
As you might know, we can set/clear Freeze Pane in a list via Personalization.
In this video, I go explore how to ask a user a simple yes/no question. Check it out:
The purpose of this post is to learn the basics of working with XML and SOAP in AL. Besides, we’ll look at my suggestion of the generic API method SendRequest(), which fits most APIs without authorization. The authorization itself is not difficult to add to the general logic, but in the post, they are not considered due to their large number and often unique logic
Finally (and it took a while), I can release version 2 of my workbook which I hope will help new developers to start developing in AL.