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)
D365 Operations - existing SSRS report modification

How to modify SSRS reports in AX7 (D365 operations)?Being SSRS reports are in Application suite we can't modify directly in your model.For this below steps may helpful to modify existing SSRS reports.1. Create new model with selecting existing...

SunilRakesh 340
Like (0)
Lookup on filed based on selected BaseEnum element in another field.

Create new class implements CaseIAssociation. Write attribute as shown in snippet.  [ExportMetadataAttribute('CaseIAssociation', 'BaseEnum ElementName'),ExportAttribute('Dynamics.AX.Application.CaseIAssociation')] class ProjCas...

SunilRakesh 340
Like (0)
Coded unit test to run with particular company in D365

While executing coded unit test system will take global company DAT, instead to run with particular company use below shown attribute.[SysTestCaseDataSetDependencyAttribute("DemoData","USMF")]class TestforSalesOrderFieldValidation extends SysTestC...

SunilRakesh 340
Like (0)
Tree structure on a custom form  D365 Ops

Today I came across to develop tree structure like parent asset having multiple child assets... for an custom form same like Asset form ->structure tab. For this follow below steps to achieve.1. Create new class.// This is a fram...

SunilRakesh 340
Like (0)
Export file from D365FO to OneDrive using LogicApp

 I have done one example on Logic App for exporting Customers. Please find below for more details.Requirement:Exporting Customers data from D365FO and place the CSV file/ package on OneDrive using logic App.Prerequisites:Azure subscription an...

SunilRakesh 340
Like (0)
Import file from SharePoint to D365FO using Logic App

Below example on logic apps integration for Share point – D365 Ops.When you upload a .txt file on Share Point folder with customer details, using that file we can create new customer in D365 using Microsoft flow with less efforts. We can use...

SunilRakesh 340
Like (0)
Treeview lookup in D365FO

Tree view lookups are not new but out of the box it made with EDT relations in earlier versions, but in D365FO EDT relations are deprecated, instead we can achieve through table references, here is a small example with steps. My requirement is lik...

SunilRakesh 340
Like (0)
D365F&O 8.o new feature for IISRESET if services unavailable

If services unavailable usually we do IISRESET from CMD, but now in 8.0 we have option "Restart IIS Express" to restart services.    

SunilRakesh 340