Dynamics 365

Search the Dynamics community

Filter blog posts

Card view List view
  • Relevance
  • Most recent
  • Most liked

Filter blog posts

LikeLike (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
LikeLike (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
LikeLike (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
LikeLike (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
LikeLike (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
LikeLike (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
LikeLike (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
LikeLike (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
LikeLike (0)
Add table to a default description

Purpose: The purpose of this post is to demonstrate how can we extend default descriptions by adding a new table to the default description definition. Application: Dynamics 365 Finance and Operations Prerequisites: Understanding o...

M Anas Khan 1,424