Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
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
Like (0)
Handy queries for addresses and contact information

Purpose: The purpose of this blog post is to share handy queries for addresses and contact information with the community Get site from contact information recordGet site from address recordGet warehouse from contact information recordGet w...

M Anas Khan 1,424