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)

Marketing Page status stucked as "Going Live"

(0) ShareShare
ReportReport
Posted on by 77

When i click the "Go live " the marketing page status reason changed to "Going Live" but it remains blocked there.sghj.PNG

*This post is locked for comments

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

    Hi fariha,

    I met same issue at bofore, also for someone else in marketing forum.

    I found no doc about whether its an issue about marketing page.

    My solution is you could execute code (client API) below to delete stuck marketing page manually when marketing page form load if we not ask for MS support.

    function deleteCurrentRecord() {

        if (window.confirm("Do you really want to delete this marketing page?")) {

        var id = Xrm.Page.data.entity.getId();

        Xrm.WebApi.deleteRecord("msdyncrm_marketingpage", id).then(
        function success(result) {
            alert("The marketing page has been deleted!");
            history.go(-1);
         },
        function (error) {
            alert(error.message);
         }
     )

     }

    }

    Regards,

    Clofly

  • fariha Profile Picture
    77 on at

    Thanks Clofly for the reply, but i think i need to contact microsoft support regarding this issue.

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)

#1
ScottDurow Profile Picture

ScottDurow 2

#2
GJones Profile Picture

GJones 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans