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)
How to encrypt parameter data with Global::editEncryptedField()

Sometimes there is a requirement to encrypt parameter data like passwords, API tokens or other types of secrets. The question is, how is that done in Dynamics 365 Finance and Operations (F&O) without using third party tools? Well, it's actually s...

Anton Venter 20,301 Super User 2025 Season 2
Like (0)
X++ native types vs objects - the fundamental difference you need to understand

In X++ programming, there are simple variables types or more complex types. Native types are built-in variable types like int, str, real etc. The simple types and can be used to store specific variable values of type string, number, integer and so...

Anton Venter 20,301 Super User 2025 Season 2
Like (0)
Auto submit to workflow using X++

Workflows in Dynamics 365 Finance and Operations (F&O) are used to add approval steps to a business process flow. For example, in the purchase-to-pay flow, if approval is enabled and the workflow is configured, assigning a new or different bank ac...

Anton Venter 20,301 Super User 2025 Season 2
Like (0)
Custom menu items licensing caveat

In Dynamics 365 Finance and Operations (F&O) menu items are used to launch forms, operations or processes, reports and more. When a developer creates new form, runnable class or report, a custom menu item is also created to launch that particular ...

Anton Venter 20,301 Super User 2025 Season 2
Like (0)
How to view data in a temporary table using SQL Server Management Studio

Temporary tables are used quite often in Dynamics 365 Finance and Operations (F&O) and you can find them everywhere in the standard code and forms. There are different types of temporary tables but in this article we are using the TempDB type. The...

Anton Venter 20,301 Super User 2025 Season 2
Like (0)
Get the last workflow comment

The code snippet below retrieves the last workflow comment of a workflow using the workflow correlation ID. One of my customers requested a custom workflow with a separate approval e-mail message in Outlook using a custom template in F&O. In the ...

Anton Venter 20,301 Super User 2025 Season 2
Like (0)
Microsoft Dynamics 365 Finance - Use a custom form as a dialog in a custom runnabl...

Sometimes there is a requirement to perform a simple operation in Dynamics 365 Finance and Operations using some limited input from the user before the operation is executed. A real world example of custom records and a custom form to view, edit ...

Anton Venter 20,301 Super User 2025 Season 2
Like (0)
Microsoft Dynamics 365 Finance - Extended Data Types

BACKGROUND This is another article I wrote ages ago, originally published on Axaptapedia, which no longer exists. I found a copy online thought it was worth sharing as a blog as most of it remains relevant for Dynamics 365 Finance and Operations....

Anton Venter 20,301 Super User 2025 Season 2