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)
Custom Business Event

Hello everyone, today I am going to talk about one of the interesting features of D365 F&O called "Business event".  Business event you can use to integrate with LogicApps and other Azure applications based on actions like: reco...

Pooja Karki 3,045
Like (0)
Like Operator in AX

Today I will demonstrate you that how to use Like Operator in AX.static void RelationalOperatorLike(Args _args){str carBrand = "Toyota";;// use the * wildcard for zero or more charactersif (carBrand like "Toy*"){info ("...

Pooja Karki 3,045
Like (0)
How to use Joins in AX

Today I will demonstrate you that how to use various type of joins in AX.Exist Joinstatic void selectExistsJoin(Args _args){CarTable carTable;RentalTable rentalTable;;while select carTable exists join rentalTablewhere rentalTable.C...

Pooja Karki 3,045
Like (0)
Action Pane in Form

Today I will provide you document in which I have mentioned how to add Action Pane control in Forms.Action Pane Control

Pooja Karki 3,045
Like (0)
Fast Tab Control in Form

Today I will provide you document in which I have mentioned how to use fast tab control in AX 2012.Fast Tab Control

Pooja Karki 3,045
Like (0)
Computed Column in View

Today I will provide you document in which I have mentioned how to create Computed Columns in Views.Computed Column in View

Pooja Karki 3,045
Like (0)
Foreign Key Relationship

Today I will provide you document in which I have mentioned how to create Foreign Key Relationship between two tables.Foreign Key Relationship

Pooja Karki 3,045
Like (0)
QueryBuildDynaLink Class

Today I will demonstrate you that how to use QueryBuildDynaLink Class in AX.static void querybuilddynalink_example(Args _args) { Query query = new Query(); QueryBuildDataSource custTableQBDS; QueryBuildDynalink qbdl;...

Pooja Karki 3,045