In Business Central, there are several built-in filter tokens available, and users can also define custom filter tokens to suit their specific needs. Custom filter tokens can be defined in any language and are accessible across the application.
Tag Archives: Token
How to get Access Token in Business Central using OAuth2 Codeunit
Hello, in view OAuth2 authentication method is currently popular because as of October 1, 2022, it is mandatory to connect to Business Central web services, I wanted to make a post on how to use this authentication method but through the language AL.
OAuth2.0 Token authentication with AL code for Business Central
OAuth2.0 Token authentication with AL code for Business Central
Business Central OAuth2.0 Token Based Authentication
Business Central OAuth2.0 Token Based Authentication
Custom Filter Tokens
As a user of the Business Central you have some constants you can use to filter or insert values. These constants contain useful values for data manipulation such as
* t / today for date field – return current date
* q / quarter for date field filters – return range of the current quarter
* w / week, m / month, y / year …
Leveraging “Filter Tokens” codeunit to expand Business Central users’ filtering experience
A few weeks back, I watched Erik Hougaard‘s youtube video “Make your own Date Filters in AL and Business Central” and thought of trying it and adding my own bit to it.
First, what was the intention with custom filter tokens?
The standard application comes already with some tokens.
Business Central OAuth 2.0 Get Token from AL Codeunit – massive apps update
OAuth2 authentication method, this type of connection can be used to connect to Business Central Admin APIs; the system to access the exposed APIs services uses a token issued by the access procedure, it is possible to use different ways to get the token released.