Skip to main content

Notifications

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

  • Suggested answer
    Tomas Prokop Profile Picture
    590 on at
    RE: programatically change the default-app-name "Dynamics 365 - custom" in settings/administration/systemsettings

    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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 54

#3
Victor Onyebuchi Profile Picture

Victor Onyebuchi 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans