Dynamics User Group
Site
Search
User
Site
Search
User
Dynamics 365 for Finance and Operations/AX User Group
Shashi's Ax.Net Space
Forums
Blogs
More
Cancel
New
Dynamics 365 for Finance and Operations/AX User Group requires membership for participation - click to join (it's free)
Shashi's Ax.Net Space
An Ax / .Net and other technologies blog
Home
Subscribe by email
More
Cancel
Posts RSS
Atom
More
Cancel
Monthly archive list
May 2020
(2)
April 2020
(2)
March 2020
(1)
January 2020
(1)
June 2019
(1)
May 2019
(1)
May 2018
(1)
July 2017
(1)
December 2016
(1)
April 2016
(1)
March 2016
(1)
January 2016
(1)
October 2015
(2)
August 2015
(1)
May 2015
(1)
April 2015
(1)
January 2015
(1)
December 2014
(2)
Related
Related Tags
.NET
AX 2009
AX 2012
AX2012
ax7
AxAdministration
BI
business intelligence
Compiler
Crystal Reports
D365FO
Dynamics AX
Errors
Models
MSDyn365FO
OData
PowerBI
REST
SQL
Uncategorized
X++
Blog post list
Tags
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
D365 Finance – Data entities – Import images (document handling)
shashi
To import images in D365 can be a bit tricky, if not painstaking. If you look at the previous post for Exporting Images , we had downloaded a package which contained an excel file and a folder with the images. It also included 2 xml files. Importing data will pretty much be done the same way using...
2020-5-23
Mirror post
MSDyn365FO
D365FO
Dynamics AX
743 views
0 comments
9 months ago
More
Cancel
D365 Finance – Data entities – Export images
shashi
With Data management in Dynamics 365 Finance (and maybe operations) you can export images the same way you export other data. The images are exported as files, however,, they are stored in a GUID name and you have to link this on. Create an Export type Data management project Add your entities that...
2020-5-23
Mirror post
D365FO
402 views
0 comments
9 months ago
More
Cancel
D365FO: Get a list of OData entities
shashi
Option 1: OOTB option: http://myorganization.dynamics.com/data/$metadata#DataEntities Navigate to the URL and get the list of entities. They include the definitions, but then that means Option 2: Install the chrome addin : Table Browser Caller for D365FO This outputs the entities in a tabular form – extremely...
2020-4-30
Mirror post
OData
D365FO
329 views
0 comments
10 months ago
More
Cancel
D365FO: Get a list of OData entities
shashi
Option 1: OOTB option: http://myorganization.dynamics.com/data/$metadata#DataEntities Navigate to the URL and get the list of entities. They include the definitions, but then that means Option 2: Install the chrome addin : Table Browser Caller for D365FO This outputs the entities in a tabular form – extremely...
2020-4-30
Mirror post
OData
D365FO
435 views
0 comments
10 months ago
More
Cancel
Updating SQL intellisense
shashi
So you added a new table / field via D365 Finops and synchronised the database. To get the intellisense to pick those new objects you might be restarting SSMS ? Instead you could just be refreshing the intellisense OR in other words Refresh intellisense’s local cache Create a new query...
2020-3-30
Mirror post
SQL
X++
Dynamics AX
349 views
0 comments
11 months ago
More
Cancel
[D365] Fin ops Visual Studio Addins
shashi
D365 & Visual studio gives you the ability to create your own Visual studio Add In for D365 development. The idea for me to create the add-in was to reduce the number of keystrokes and especially moving forward and backwards between the AOT and the code editor. There are quite a few “enhancements” i...
2020-1-14
Mirror post
Dynamics AX
463 views
0 comments
over 1 year ago
More
Cancel
[D365] Fin Ops Dev tools Add ins – location of VS extension folder
shashi
When creating Visual studio Tools addins for D365 Fin ops you would need to copy it into the extension folder. This folder is most probably different on every machine. To get the folder Open Regedit and navigate to: HKCU:\SOFTWARE\Microsoft\VisualStudio\14.0\ExtensionManager\EnabledExtensions This stores...
2019-6-13
Mirror post
Dynamics AX
403 views
0 comments
over 1 year ago
More
Cancel
D365 FO EDMX / OData trimmer – Make your metadata smaller
shashi
Creating a .Net application with the OData metadata from your D365 application can generate a large file A typical metadata file (edmx) retrieved from https://<d365url>/data/$metadata will return a file of almost 17MB. Turn that into a c# file using the T4 templates and the C# source file is almost 64MB...
2019-5-5
Mirror post
OData
REST
Dynamics AX
459 views
0 comments
over 1 year ago
More
Cancel
[D365] Operations Financial Reporter – Cannot open
shashi
Financial reporter “Yet another post if this doesnt open up” If you get a message from the click once installer saying : “Your security settings do not allow this application to be run on your computer” Start with running this from IE. Chrome gives some other issues 1. Add the...
2018-5-14
Mirror post
Dynamics AX
935 views
0 comments
over 2 years ago
More
Cancel
[AX2012] Get Email for Customer / Vendor (with specific roles)
shashi
To get an email address for a Customer or vendor, you can use the following statement static void DEL_SS_emailStmtjob(Args _args) { CustTable cust; //Replace with vendTable for Vendors DirPartyLocation dirPartyLocation; LogisticsElectronicAddress elecAddress; LogisticsElectronicAddressRole elecAd...
2017-7-27
Mirror post
Dynamics AX
3494 views
0 comments
over 3 years ago
More
Cancel
>