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

Update Event Registration status

(0) ShareShare
ReportReport
Posted on by 5

Hi,

 I am working in a Marketing Event proof of concept. I have created a test Marketing Event page and I downloaded EventWebsite application. I have modiefied the code little bit (congfiguring our payment page url) and would like to update the event registration status after the successful payment. I have called the below method once the payment is sucessful, but I could'nt see any difference in Dataverse "EventRegistration" table after call the "finalizeRegistration" method. I need to fetch both the payment pending and completed records. Current, I am using trial account to test the application. Could anyone let me know is there any change in the code or where I can see the update in table. 

 

const requestData: FinalizeRegistrationRequest = {
                            purchaseId: registrationResult.purchaseId,
                            hipObject: this.browserSessionService.getCaptcha()
                        };
 this.eventService.finalizeRegistration(this.readableEventId, requestData).subscribe(registrationResult => {

                            if (registrationResult.status === 'Success') {
                                this.cartService.flushCart(this.readableEventId);
                                this.registrationServiceFactory.dispose(this.readableEventId);
                                })
                            } else {
                                this.error = new LocalizableError(registrationResult.errorMessage, TranslationKeys.RegistrationFailed);
                            }
                        }, (error: LocalizableError) => this.handleErrorResponse(error))
                        .add(() => {
                            this.registrationInProgress = false;
                        });
I have the same question (0)
  • Suggested answer
    Diana Roy Profile Picture
    Microsoft Employee on at

    I suggest you raise a support ticket, thank you

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 > Customer experience | Sales, Customer Insights, CRM

#1
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 69 Most Valuable Professional

#2
ManoVerse Profile Picture

ManoVerse 55 Super User 2026 Season 1

#3
11manish Profile Picture

11manish 37

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans