robsCode
  • Home
  • About
  • Privacy Policy
Sign in Subscribe

metadata

A collection of 3 posts
d365

[D365] Get list of Designs of SRS Report by code

Recently the requirement to list all designs of a SRSReport came up and the Metadata API is a good fit for the task to accomplish this with as less lines of code as possible. The example below will add a static method to the standard class SrsReportHelper to have it
Jul 22, 2020 1 min read
d365

[D365] change client language via URL query parameter

As you already noticed, D365fO works with URL query parameters. One example usage is to open a menuitem directly by using &mi=MenuitemName: https://usnconeboxax1aos.cloud.onebox.dynamics.com/?cmp=DEMF&mi=CustParameters When you are working with different languages on the client, there is a way to change the
Jan 10, 2018
d365

[D365] Search for Table Extensions by type

When developing D365 in Visual Studio I often search for objects by filtering on the type also to minimize the results and find my wanted object(s) quickly. A good search query could be: type:class name:"SalesTableType" But how to find TableExtensions? First, you can see them by an
Nov 29, 2017
Page 1 of 1
robsCode © 2023
  • Sign up
Powered by Ghost