web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

programatically change the default-app-name "Dynamics 365 - custom" in settings/administration/systemsettings

(0) ShareShare
ReportReport
Posted on by

Hi,

does anyone know how to programatically (webapi9?) change the default-app-name, which can be manually set in settings/administration/systemsettings/general/ .. which has the default "Dynamics 365 -- custom"?

Because this is showed in the menu top/left by the "Dynammics 365"-Pulldown.

thx, PeB

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Tomas Prokop Profile Picture
    590 on at

    Hi,

    It is an attribute of Organization entity:

    RDCMan_5F00_2018_2D00_03_2D00_21_5F00_19_2D00_48_2D00_10.png

    Attribute name is defaultcrmcustomname

     

    I guess you want to use it when you are provisioning new custumers. You can create a solution with ondemand workflow and use workflow tools to set OrgDbSettings: https://github.com/demianrasko/Dynamics-365-Workflow-Tools/blob/master/msdyncrmWorkflowTools/msdyncrmWorkflowTools/Class/OrgDBSettingsUpdate.cs 

    FetchXML:

    <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" >
        <entity name="organization" >
            <attribute name="defaultcrmcustomname"/>
            <order attribute="name" descending="false" />
        </entity>
    </fetch>


    You may be able to update it via Web API too.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans