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)
Upgrade ISV on DEV

Purpose: Install the latest version of an ISV on DEV environment Application: Dynamics 365 for Finance and Operations Business requirement: Upgrade ISV to get the latest and greatest features in the product Solution: Delete Install Get latest

M Anas Khan 1,424
Like (0)
D365FO: Submit pending vendor invoice to workflow in X++

Purpose: In this post we’re going to learn how can we submit a pending vendor invoice to approval workflow in X++. Application: Dynamics 365 for Finance and Operations Business requirement: Submit a pending vendor invoice to ...

M Anas Khan 1,424
Like (0)
D365FO: Get last workflow approver for purchase orders in X++

Purpose: In this post we’re going to see how can we get last workflow approver for purchase orders in X++. Application: Dynamics 365 for Finance and Operations. Business requirement: Get the last purchase order approver in X+...

M Anas Khan 1,424
Like (0)
D365FO: Add query ranges to form data sources in X++

Purpose: In this post we’re going to learn about how can we add ranges to form data sources using event handlers. Application: Dynamics 365 for Finance and Operations Business requirement: The requirement goes like business w...

M Anas Khan 1,424
Like (0)
Extensions examples

Purpose: The purpose of this post is to share examples of extensions. Product: Dynamics 365 for Finance and Operations Code: Form data source event handler. Event type: ValidatedWrite /// <summary> /// OnValidatedWrite han...

M Anas Khan 1,424
Like (0)
Validate email address

Purpose: The purpose of this post is to demonstrate how can we validate the data entry of email addresses. Product: Dynamics 365 for Finance and Operations Description: The code below uses regular expressions to validate the data e...

M Anas Khan 1,424
Like (0)
Get path for menu item in X++

Purpose: This post describes how we can get the full menu path of a given menu item. Product: Dynamics AX 2012 Code: static void MAKMenuItemPath(Args _args) { #TreeNodeSysNodeType #Properties #AOT TreeNode menuItem...

M Anas Khan 1,424
Like (0)
Write TSV file in X++

Purpose: The purpose of this blog post is to demonstrate how can we write a tsv (tab delimited) file in X++ The code actually exports system database log to a TSV fileUses standard SysDatabaseLogReport queryAdds a range for Warehouse tableU...

M Anas Khan 1,424