Skip to main content

Notifications

Customer experience | Sales, Customer Insights,...
Suggested answer

Change Segment labels in Journey Designer

(0) ShareShare
ReportReport
Posted on by 65

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

  • Suggested answer
    cloflyMao Profile Picture
    cloflyMao 25,202 on at
    RE: Change Segment labels in Journey Designer

    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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Congratulations to the January Top 10 leaders!

Check out the January community rock stars...

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,162 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,962 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans