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 :
Customer experience | Sales, Customer Insights,...
Suggested Answer

Change Segment labels in Journey Designer

(0) ShareShare
ReportReport
Posted on by 67

Hello,

We have renamed the 'Segment' entity to something more relevant to the business.

We noticed however, that the the labels, and lookups within the Journey Designer have not been updated with the new name, see image below:

pastedimage1605518661246v1.png

Is there a way we can change them? so as not to confuse users with different names.

Thanks,

Darren

I have the same question (0)
  • Suggested answer
    cloflyMao Profile Picture
    25,210 on at

    Hi Darren,

    I believe the labels of Journey Designer are hard-coded and the designer itself is not customizable too.

    (In form editor, I can know that Journey Designer is called CJHostControl, however, after exploring through customizations of both Settings and PowerApps editor, I found that the control is not available in custom controls list, therefore it is not supported to be exported and customized.)

    As workaround, you could show a notification to users when the customer journey is in draft status, to inform them that segment refers to the renamed entity.

    (Execute the following script at OnLoad event of Information form of Customer Journey.)

    function addNotification(executionContext) {
        var formContext = executionContext.getFormContext();
        var statusReason = formContext.getAttribute("statuscode").getValue();
        // Add a notification to ribbon if record is draft status
        if (statusReason === 192350000) {
            var notification =
            {
                type: 2,
                level: 4,
                message: "Segment refers to Division, segment is the default name, but we renamed it due to business requirement."
            }
            Xrm.App.addGlobalNotification(notification).then(
                function success(result) {
                    console.log(result);
                    window.setTimeout(function () {
                        Xrm.App.clearGlobalNotification(result);
                    }, 30000);
                },
                function (error) {
                    console.log(error.message);
                }
            )
        }
    }

    3704.JPG

    ( However, if we saved and published customization, the "Look for xxx" in the third lookup field should change.)

    Regards,

    Clofly

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!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 129 Super User 2026 Season 1

#2
Jimmy Passeti Profile Picture

Jimmy Passeti 46 Most Valuable Professional

#3
NeerajPawar Profile Picture

NeerajPawar 41

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans