Member for change object

0
Hi all, I'm new in de Mendx 'world’. So i hope u can help me.  I can't find my attribute in the member dropdown by placing an change object. I follow the training "Become a Rapid Developer”.  And i'm stuck at chapter 7.10.2 Create a registration list, task 3, çause i can't find the TotalNumberOfRegistrations attribute in the member dropdown.
asked
1 answers
0

The attribute should have been added in step 7.9.1:

Go ahead and add the attribute TotalNumberOfRegistrations to the TrainingEvent entity. As explained in the previous lecture, it should be a stored attribute of the type Integer.

You might have skipped the step, or added this to the incorrect entity, created the attribute as a calculated attribute or you selected the incorrect entity in the change activity action. These are some of the causes for not being able to select the attribute in the change activity.

Please check your domain model to verify step 7.9.1 was performed as described and if so then look at some of the other possible causes.

answered