web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

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
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 74 Super User 2025 Season 2

#2
Daniyal Khaleel Profile Picture

Daniyal Khaleel 32 Most Valuable Professional

#3
Gerardo Rentería García Profile Picture

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

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans