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)
Visual studio – Copy all from Find Symbol Results

can-i-copy-multiple-rows-from-the-visual-studio-find-symbol-results-windowhttps://stackoverflow.com/questions/1173808/can-i-copy-multiple-rows-from-the-visual-studio-find-symbol-results-window Sometimes it is probably useful to copy all the da...

Shashi s 1,203
Like (0)
D365 Finance – Data entities – Export images

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 E...

Shashi s 1,203
Like (0)
D365 Finance – Data entities – Import images (document handling)

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. Impo...

Shashi s 1,203
Like (0)
D365FO: Get a list of OData entities

Option 1: OOTB option: http://myorganization.dynamics.com/data/$metadata#DataEntitiesNavigate 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 ...

Shashi s 1,203
Like (0)
Updating SQL intellisense

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 ...

Shashi s 1,203
Like (0)
[D365] Fin ops Visual Studio Addins

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 an...

Shashi s 1,203
Like (0)
[D365] Fin Ops Dev tools Add ins – location of VS extension folder

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\Visual...

Shashi s 1,203
Like (0)
D365 FO EDMX / OData trimmer – Make your metadata smaller

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# fi...

Shashi s 1,203