robsCode
  • Home
  • About
  • Privacy Policy
Subscribe
d365

[D365] change client language via URL query parameter

  • Robin

Robin

Jan 10, 2018

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 language faster than changing user specific options.
Just use the query parameter &lng=LANG in the URL:

https://usnconeboxax1aos.cloud.onebox.dynamics.com/?cmp=DEMF&mi=CustParameters&lng=en-us

This will change the client language to the specified language as long as the query parameter is attached to the url.

Sign up for more like this.

Enter your email
Subscribe

[D365] Module reference in model cannot be located

Sometimes it happens on a D365 DevBox that after a get latest or some copy operation in the PackagesLocalDirectory folder the following error occurs after using "Refresh models" in Visual Studio: Module Reference 'yyy' in model 'zzz' cannot be located. This is an indication that model store is in a
Nov 4, 2021 — 1 min read

[D365] Check Version without client (files)

Checking the Platform Update Version from the client is easy: Click the questionmark icon in the top right corner and select "About" to see the version info. But what to do if the client is not available (for example because a build is failing)? In earlier versions it was possible
Oct 27, 2021 — 1 min read

[D365] How to update ISV solutions with version control

Often one or more ISV solution can be found in larger projects. Either if they are bought to solve a specific problem in shorter time or to introduce industry specific functionality, they receive frequent updates and the project team or customer needs to deal with them. It makes sense to
Aug 10, 2021 — 1 min read
robsCode © 2023
  • Sign up
Powered by Ghost