Skip to main content

Notifications

Community blogs

Featured

Latest blog posts

View all
Like ( 0 )
Using Expressions in Query Ranges

 The following code programmatically adds a range to a query and uses string substitution to specify the data source and field name. The range expre...

Vignesh.A 203
Like ( 0 )
Map as parameters in X++

 We might have some challenges in using map as a parameter in the contract classes. Usually contract classes in SysOperation framework  we may have to have a map as a parameter so the calculated map...

Vignesh.A 203
Like ( 0 )
Order Promising

 

Vignesh.A 203
Like ( 1 )
Journal reports print through X++

Many a time we come across situations where we need to print the journal reports through X++ on some triggers. We have the below simple code through which we can achieve this. Sales Invoice journal Print:SalesInvoiceJo...

Vignesh.A 203
Like ( 1 )
Certificate issues in D365FO Cloud hosted environment

 The problem with certificates is that they have an expiry date.

Vignesh.A 203
Like ( 0 )
Dynamic fonts in SSRS reports

 Sometimes we need to set the Font style and size on the SSRS reports based on the user needs. This can be achieved using the dynamic expressions available in SSRS report properties. Below is a similar scenario with an example.Let u...

Vignesh.A 203
Like ( 0 )
Move AOT elements between models

In order to move the ob...

Vignesh.A 203
Like ( 0 )
Methods used in AOT Query ranges instead of values

Here is a quick tip, how to add methods in an AOT query ranges instead of values. Refer standard query 'CaseListPage_MyOpenCases'Similary, In front end forms also we can use methods o filter the data. To do this, the method we us...

Vignesh.A 203