Skip to main content
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;
                        });
  • Suggested answer
    Diana Roy Profile Picture
    on at
    RE: Update Event Registration status

    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

News and Announcements

Now Available: 2025 Release Wave 2

Quick Links

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Holly Huffman Profile Picture

Holly Huffman 103

#2
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 96 Most Valuable Professional

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 51 Most Valuable Professional

Product updates

Dynamics 365 release plans