Skip to main content

Notifications

Announcements

No record found.

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 65

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

  • fariha Profile Picture
    fariha 65 on at
    RE: Marketing Page status stucked as "Going Live"

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

  • cloflyMao Profile Picture
    cloflyMao 25,202 on at
    RE: Marketing Page status stucked as "Going Live"

    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

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

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

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 231,409 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans