Become a rapid developer - Automating Processes within an App

0
Hello, I got stuck at 7.10 Custom Save Button. After following all steps through 7.10.1 and 7.10.2 my TrainingEvent_Overview page doesn't render the correct number of registrations. Later on, I downloaded the mpk provided in the summary of the module but even that one didn't work out. Any suggestions? Thank you.
asked
1 answers
1

Hi Ivan,

 

you need to change the location of commit "Registration" activity before retrieve registration.

image.png 

 

Note: there is retrieve Registration activity from Database before new registration commit.  there are two way to fix it. 

1. Retrieve Registration by association.

2. commit registration before retrieve. 

 

Cheers!

answered